On Windows 8.1.
I assigned "Run Window Switcher" to "^r".
And now I want to close the window switcher when I release "LControl" but I don't know how.
With the normal "alt+tab" hotkey, it is closed when you release the key "alt".
The below snippet for opening the window switcher works fine. I can also shift the current window by clicking the "r" key keeping the "LControl" key down. (I copied "C:\Users\myname\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Window Switcher.lnk" to "C:\Users\myname\Documents\" by the way)
^r::Run, "C:\Users\myname\Documents\Window Switcher"
But the below snippet for closing the window switcher doesn't work.
LCtrl Up::Send,{Enter}
Any help would be appreciated.