Created
September 28, 2017 11:18
-
-
Save eai04191/0e7fce50c122e7d8590bb5cb110284f6 to your computer and use it in GitHub Desktop.
Replace Alt+Tab to Any key.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#IfWinActive ahk_class FFXIVGAME | |
{ | |
; Alt+Tabを;に置き換え | |
!Tab::; | |
; Windowsキー + Tabを無効化 | |
#Tab::Return | |
; 左Windowsキーを無効化 | |
LWin::Return | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment