Skip to content

Instantly share code, notes, and snippets.

@eai04191
Created September 28, 2017 11:18
Show Gist options
  • Save eai04191/0e7fce50c122e7d8590bb5cb110284f6 to your computer and use it in GitHub Desktop.
Save eai04191/0e7fce50c122e7d8590bb5cb110284f6 to your computer and use it in GitHub Desktop.
Replace Alt+Tab to Any key.
#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