Jump to content

Encoder default keys and Windows Functions.


adamg

Recommended Posts

Posted

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?

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...