filiptc
Joined: 23 Aug 2008 Posts: 2 Location: http://filiptc.homeip.net
|
Posted: Sat Aug 23, 2008 1:25 am Post subject: Prevent LWin from executing (mapped) when used as a modifier |
|
|
Here's the script for opening Launchy (default alt+spacebar) on LWin hit. Problem is, all the Win+D (show desktop), Win+R (run), Win+etc commands send Alt+spacebar too.
How can I prevent that? (I swear I looked through the basic documentation).
| Code: | ~LWin::
SendInput !{Space}
return |
|
|