--- In [email protected], bizaro <[EMAIL PROTECTED]> wrote: > Hello Sean, > > you wrote... > > > I guess you've checked the option "Recognize keyboard hot keys ..." in > > Configure | Keys/Mouse | Setup, so no problem. Have you tried after > > unchecking the option? > > It doesn't work than. > > > I bet you've seen only 'rel' part without 'pre' part for the Print > > Screen during Exec.TraceKey. I suppose this symptom is a limitation(?) > > of PP's current implementation of the keyboard hook. > > I just wanted to try hotkeys with scan code. I have ordinary keyboard > without extra keys so I have used Print Screen because it returns ext=1. > Maybe I should know that Print Screen is some kind of special key because > it returns rel without pre. My mistake.
Maybe I wasn't clear enough, or I misunderstood you here. Anyway, I think I should've written as 'pre' part (:captured first and eaten by System before reached to PP) ; you may confirm it using KeyTrap with OnKeyUp set to 2 There are some other extended keys (in my system) which are captured first by System, but usually they are not eaten, so reached to PP in the end. Some other interesting example with a similar result: suppose we have defined a hot key "z". Then, try Exec.TraceKey, with or without checking the option "Recognize keyboard hot keys ..." You may observe different results for the 'pre' part of "z". 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/
