Hello,
I tried searching only to be met with 47 pages of results. I'm attempting to do something that appears to be relatively simple, so perhaps one of you guys could give me a reply without too much effort involved

.
I'd like to remap the Windows key. I know I can do this very simply via the following code
Code:
LWin::return
However I would like to retain the excellent functionality that the Windows key offers as a modifier. So in other words, I'd only like to disable the key press itself from doing anything, but have Win+R, Win+E, etc., work as normal.
Thanks!