AutoHotkey Configuration
From Stack Overflow
- Install from http://www.autohotkey.com/
- Tag EXE to run as admin (otherwise key "send" commands don't work)
Config for Win-N, edit with Notepad++:
#IfWinActive, ahk_class CabinetWClass
#n::SendInput !fn{enter}

