Skip to content

Instantly share code, notes, and snippets.

@lsfalimis
Created August 9, 2014 08:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lsfalimis/01bc800ac53b169a30ee to your computer and use it in GitHub Desktop.
Save lsfalimis/01bc800ac53b169a30ee to your computer and use it in GitHub Desktop.
AutoHotKey.ahk
;-Caption
LWIN & LButton::
WinSet, Style, -0xC00000, A
return
;+Caption
LWIN & RButton::
WinSet, Style, +0xC00000, A
return
#w::!F4
#I::!Enter
#c::^c
#x::^x
#v::^v
#z::^z
+#z::^y
#a::^a
#n::^n
#o::^o
#s::^s
+#s::+^s
#p::^p
#f::^f
#t::^t
#q::^w
#Backspace::Delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment