--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > http://powerpro.webeddie.com/download/powerproscan.zip
Wow, thanks, this one is really great! One small wish: it'd be more helpful if exec.tracekey(1) shows the key names too, like 'Enter', 'Num Enter' ... One small problem: if I pressed and released ` key, which is my macro trigger key, then exec.tracekey repeatedly displays the rel/pre messages. I guess it's because of the way how macro works, so seems not a bug, but would be nice if can avoid it. There are two keys, both are IME keys, for which powerpro/pproconf/keyview report different results (KeyTrap's scanmode doesn't output anything for them as they send only KeyDown message, no KeyUp message). I suspect it's due to the way IME keys are processed, but it's just my guess, so I just report the results. *) KeyView.exe 1) Hanja (:yes, 2 KeyDown messages!) vkey=229 scan=241 Ext=1 vkey=25 scan=241 Ext=1 2) Hangeul (1 KeyDown message!) vkey=229 scan=242 Ext=1 ; I suppose actually 1 more message is missed: vkey=21 scan=242 Ext=1 *) PProConf.exe 1)Hanja vkey=25 scan=241 Ext=1 2) Hangeul vkey=229 scan=242 Ext=1 *) PowerPro.exe (:Exec.TraceKey) 1) Hanja pre vkey=25 scan=241 Ext=1 2) Hangeul pre vkey=21 scan=242 Ext=1 What are really working with KeyTrap.dll are those that Exec.TraceKey(1) reports. 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/
