> > > (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.
BTW, on the second thought, I became suspicious that it might not be possible to use the CapsLock key as a modifier key if setting the items like this. But it's just a guess atm. Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hvvigpd/M=362335.6886445.7839731.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1123471602/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/
