Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created January 19, 2016 16:53
Show Gist options
  • Select an option

  • Save johnlindquist/2a4fd2c194959abb7384 to your computer and use it in GitHub Desktop.

Select an option

Save johnlindquist/2a4fd2c194959abb7384 to your computer and use it in GitHub Desktop.
; I'm using Colemak if any keys look out of place...
#MaxHotkeysPerInterval 20000
#InstallKeybdHook
#NoEnv
;=
Tab & y:: Send `=
Tab & `;:: Send `>
;{}
Tab & n::Send +[
Tab & e::Send +]
;()
Tab & l::Send +9
Tab & u::Send +0
;() with thumbs
Tab & s::Send +9
Tab & t::Send +0
;[]
Tab & i::Send [
Tab & o::Send ]
;<>
Tab & a::Send `<
Tab & r::Send `>
Tab::Send {Tab}
#If GetKeyState("Tab", "p")
Alt::Send {Blind}{Alt Down}{Tab Down}
Shift::Send {Blind}{Shift Down}{Tab Down}
Tab::Send {Blind}{Tab Down}
g::#^d
w::#^f4
#If
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment