R> ... in response to these talks about keyboard, R> let me know what you guys want to add in keytrap...
Hi Russell If possible, I think it would be better if all the services which return the scan code of a key would show whether the extended byte was present and those services which accept the scan code as a parameter need a way to specify an extended code. Keytrap.getkeyname already has this but these also need it: scanmode, getscancode, sendkeys Similarly the syntax for entries in keytrap.ini need a way to specify if the extended byte is needed when specifying a key by its scan code - which also affects the services which add or report inifile entries or dynamic entries. I don't know whether that requires one more argument in an inifile line or whether you would rather add it to the fourth parameter, scan code, maybe as: 123ext There are a few keys where the extended byte is essential info such as specifying whether the ordinary Enter key or the numeric pad Enter key is intended. That would also be needed for extra Internet and Multimedia keys; on my keyboard, many of them have the same scan code as an ordinary letter key plus the extended E0 byte. ----------------------------------------- Also keytrap.zip provides vkcodes.htm Maybe consider providing All_Keyboard_Codes2.txt instead, because it includes all the info in vkcodes.htm plus scan codes too. You are welcome to edit it however you wish, http://groups.yahoo.com/group/power-pro/files/Documentation/ All_Keyboard_Codes2.txt best regards, Alan 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/
