--- In [email protected], Alan Martin <[EMAIL PROTECTED]> wrote: > > S>> A0/A1(160/161), A2/A3(162/163), A4/A5(164/165) > S>> for Left/Right Shift, Ctrl, Alt. > > > None of those VKs quoted by Sean work here (also running WinXP). > > Actually, it works in keytrap but not in pproconf/powerpro hotkey.
Yes, this is what I meant in my previous post. > So in some ways, keytrap seems more capapble than PP's native > hotkeys. Unfortunately keytrap does not let you set the Ext byte > (scan codes preceded by 0xE0). > So keytrap can customise RightCtrl,etc, which Powerpro cannot do, > but keytrap cannot customise some of the extra keys such as Webcam > which have an extended scan code and a vk of 255. Just try the scancode without the 0xE0 prefix, i.e., that KeyTrap.Scanmode(1) reports, it may work. By the way, I was thinking to utilize the 'Eval' field in KeyTrap via keytrap's internal variable %key% like: "%key%"=="Enter" or "%key%"=="Num Enter" which would differentiate 'Enter'/'Num Enter' keys, which are the only pair in my keyboard that KeyTrap cannot differentiate in a native way. But, unfortunately it didn't work. I thought I could use %scc%/%vkc%/%key% in 'Eval' field as well as in 'Command' field, however, those variavles seem to work only in 'Command' field. I'm not sure if it's a bug or I was wrong. If it's really a bug, then Russel may correct it to differentiate the pair, and hopefully, may introduce a new variable %ext% too. Sean 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/
