#SingleInstance force #Include %A_ScriptDir% ; ; on start-up ; tut := %1% ico := % tut + 1 Menu, TRAY, Icon, %A_AhkPath%, %ico% ; ; function - restart remaining mode ; Restart(bool) { Run, "%A_AhkPath%" "%A_ScriptFullPath%" %bool% } ^j:: Restart("true") ; TUT on by Ctrl + J ^sc027::Restart("false") ; TUT off by Ctrl + Semicolon ; ; hotkey at home row (without relation to TUT-Code) ; #Include muhenkan.ahk ; ; load hotstring of TUT-Code ; #If tut == true #Hotstring CZ*? #Include symbol.ahk #Include wxg4tutp.ahk