Skip to content

Instantly share code, notes, and snippets.

@koi8
Created January 1, 2016 14:22
Show Gist options
  • Save koi8/5bc7473667a92cf69128 to your computer and use it in GitHub Desktop.
Save koi8/5bc7473667a92cf69128 to your computer and use it in GitHub Desktop.
Ctrl+Y вместо ESC
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
^Y::
Send, {ESCAPE}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment