> Exec.TraceKey and KeyView.exe show the old vkcode 0x10(16) and ext=0, > while AutoHotkey's Key History shows the new vkcode 0xA1(161) and > ext=1 (i.e., SC 136, not 036, in hexadecimal).
This depends on which of the two keyboard hooks one uses. PowerPro uses the older one and apparently for this one the system has mapped the left/right shft/ctrl onto a single vkey before calling the hook. As per my previous note, I am sticking with the old one for now since to avoid having to do a lot of compatibility testing with the new one, although I may still look into switching to the new one later (in a way that won't break existing configurations). 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/
