--- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote: > > > However, I'm now wondering if it might not possible unless completely > > > disabling/blocking the key... > > > > Don't you think that the functionality you outline would be possible to > > even do in a script, using keytrap commands? Can keytrap trigger a > script > > on CapsLock.down, which then waits until either one of the associated > > action keys gets pressed and released, or CapsLock gets released? > Something > > like this: > > > > (keytrap config) > > on CapsLock.down execute script and eat CapsLock.down > > > > (script) > > on any keyevent: > > if CapsLock.up: send CapsLock.down then CapsLock.up > > if Q.down: send ^x > > > > This would still leave a CapsLock.up and Q.up event go through in > the case > > of a CapsLock-Q (like my keyboard generates), but I hope that this would > > not cause any strange actions. If it does, this could maybe be handled, > > too. > > Yes, it's possible. But, the problem here is that there could be a > significant delay between the actual keystrokes and key-records, > especially for a fast type writers.
What I mean by blocking/disabling the keys is that the EAT of (both Down/Up of) any moderator keys are done internally by KeyTrap itself, from the start, and the second part in your description is done by users using ini settings. This seems the method that AutoHotkey adopts (for two-key hotkeys, there seems to be no thing such as a three-key hotkey etc, but I'm not well acquainted with AutoHotkey). However, it seems not that practical than confining the moderator keys to Shift/Ctrl/Alt/Win, well at least to me. But, I think I have to admit that it may be useful, or even unavoidable in some situations, to use the two-key hotkeys. BTW, you can use a similar two-key hotkey in PP too. But you can specify only one prefix key in PP, and PP does not eat it at all. Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hhfmfje/M=362335.6886445.7839731.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1123470841/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</a>.</font> --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org 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/
