Skip to content

Instantly share code, notes, and snippets.

@fukata
Last active June 12, 2018 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fukata/0fb9ac6e20c53e6de5ce7e94c9757526 to your computer and use it in GitHub Desktop.
Save fukata/0fb9ac6e20c53e6de5ce7e94c9757526 to your computer and use it in GitHub Desktop.
My AutoHotKey Script
; HHKB style keymap
>+[::Send, {Up}
>+'::Send, {Right}
>+/::Send, {Down}
>+;::Send, {Left}
; Chrome move prev,next tab
<+![::Send, ^{PgUp}
<+!]::Send, ^{PgDn}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment