--- In [EMAIL PROTECTED], Alex Peters <[EMAIL PROTECTED]> wrote: > --- Mockey wrote: > > > Why does it work without modifier key? > > Hi guys, > > I'm not sure if this has already been mentioned, but I consider it to > be of importance in this situation. > > If I understand correctly, you are trying to program an Alt+key > combination to send keys, but that this key combination should get to > work as soon as the combination is pressed, but not released. > > The problem with this, is that if you do get it to work, your keys > will be sent *along with* the Alt key. > > This means that if you program Alt+6 to send the keys �Ԥ��ä�BCDEFᦙ= 3;, what > would happen is the system will recieve: > > Alt+A Alt+B Alt+C Alt+D Alt+E Alt+F > > I am guessing that this is not the behaviour that you desire, and so > perhaps it is a good thing that KeyTrap waits for you to release your > keys before it sends any more.
Hi, Alex: I think we may avoid the situation like above by adjusting the option OnKeyUp (to 1) and/or NOMOD (to 1). I mentioned the rather unobvious option "NOMOD" to release the Alt key first but still expect the above to work. But, I'm not sure it'll actually work since I have not tested. ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
