#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. ;~^s::Reload ;Uncomment to auto reload when CTRL+S ing changes (recomment after) #If WinActive("ahk_exe Gensouband.exe") ; Letters a::q q::a sc027::m w::z z::w ; Special characters 2::` ;~ 4::[ +::] 0::sc003 ;@ ,::sc027 +sc056::+sc033 ;> sc056::+sc032 ;< sc032::, +sc032::? sc033::Send {;} +sc033::Send {.} sc034::Send {:} +sc034::Send {/} sc035:: Send {!} #IfWinActive