Keybase proof
I hereby claim:
- I am farzher on github.
- I am farzher (https://keybase.io/farzher) on keybase.
- I have a public key ASDZ-HHscrzCfut6HGbgf1IcjeTY3cE1r36CgIhD8gEfqQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#SingleInstance force | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
SendMode Event ; Recommended for new scripts due to its superior speed and reliability. | |
SetTitleMatchMode RegEx | |
#MaxHotkeysPerInterval 1000 | |
!F11::Suspend | |
; reload script | |
^!+s:: | |
Reload |
#SingleInstance force | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
SendMode Event ; Recommended for new scripts due to its superior speed and reliability. | |
SetTitleMatchMode RegEx | |
#MaxHotkeysPerInterval 10000 | |
; reload script | |
^!+s::Reload | |
; capslock is another escape | |
Capslock::Esc |