--- In [email protected], Cüneyt <[EMAIL PROTECTED]> wrote: > > Hi people, > > Can someone show me some Keytrap entries which define a Win-key-only > action and Win+SOMEKEY (such as Win+N) actions? I want to disable > Windows' own Win+X combinations (e.g. with TweakUI) and mimic Windows' > default behaviour by using Keytrap, i.e. launch some custom menu if I > press and depress Win-key but launch some program with Win+X without > showing that custom menu. I've tried KTConfig and experimented with > Eatkey, etc with no luck.
It may be helpful to read the posts under this thread: http://groups.yahoo.com/group/power-pro/message/24486 To make it short, just prefix the commands of Win+X by Ctrl Dn & Up: Keytrap.SendKeys(29,162,0)++Keytrap.SendKeys(29,162,1) To use Win as a stand-alone hotkey could become tricky. You may not set EAT mode to 1 as then you may not be able to use whole hotkeys with Win as one of the modifiers. You should experiment it a little. (I myself use tap Win, i.e., ONKEY to 5, without a problem with other Win-modified hotkeys, but I don't use Explorer shell either, I'm not sure whether it'll cause the symptom of bringing up the Start menu or not) BTW, I wish PP allows tap (left/right) Win hotkeys, as I have a small problem with these KeyTrap's tap Win hotkeys, strangely, left/right Win hotkeys interfere with the other: for example, after triggering successfully tap left Win hotkey, then I always tap twice, not once, the right Win to trigger it successfully. This behaviour is also affected by the (left/right) modifier Win keys used. Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> 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/
