What's new

Windows key to show desktop

weesals

New Member
I prefer to use the charms to open the start screen, so I was hoping to rebind the windows key to instead show desktop (as a way to minimise full screen games). I've created an AutoHotKey script to rebind LWin like this:
Code:
LWin::
 KeyWait,ScrollLock
 Send,{LWin Down}{d}{LWin Up}
 Return
But of course that means the Windows key on my keyboard is also changed. Is there is another way to rebind just the capacitive windows key? Also is it possible to stop that button from waking up the tablet when its on standby?

Thanks!
 
Last edited:
Top