adamg Posted January 17, 2017 Posted January 17, 2017 Is there a way to disable windows shortcut key inputs either during emulator use or in general? I realize that I could remap the emulator settings but as I am coming to the end of setting up everything, I have no desire to go back and redo all of the controls for every emulator. As a result I am looking for a solution that will simply disable things like alt+tab. Does anyone know of anything like that?
adamg Posted January 17, 2017 Author Posted January 17, 2017 Autohotkey code; ; Disable Alt+Tab !Tab::Return ; Disable Windows Key + Tab #Tab::Return ; Disable Left Windows Key LWin::Return ; Disable Right Windows Key RWin::Return Got my answer from reddit. Sorry to have bothered you guys.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.