Skip to content

Instantly share code, notes, and snippets.

@makotoshimazu
Created August 15, 2017 14:14
Show Gist options
  • Save makotoshimazu/0b707178fa1d094ddb97cacac7c5ac76 to your computer and use it in GitHub Desktop.
Save makotoshimazu/0b707178fa1d094ddb97cacac7c5ac76 to your computer and use it in GitHub Desktop.
#IfWinActive, ahk_class ConsoleWindowClass
^a::SendInput {HOME}
^e::SendInput {END}
^u::SendInput {ESC}
^p::SendInput {Up}
^n::SendInput {Down}
^l::SendInput {ESC}cls{ENTER}
^f::SendInput {right}
^b::SendInput {left}
^h::SendInput {BS}
^k::SendInput ^{DEL}
#IfWinActive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment