;;TODO: GAMER MODE (lctrl toggle) ;; alt+spacebar liandola ;; ;;Use on admin windows without admin rights: https://www.autohotkey.com/docs/v1/Program.htm#Installer_uiAccess #SingleInstance Force #MaxHotkeysPerInterval 9999 hotkeyLock := 0 sendCheckCapsLock(command, clCommand) { if (GetKeyState("CapsLock", "T")) { Send, {%clCommand%} } else { Send, {%command%} } } ;;Change virtual desktop ;;RAlt::SendInput ^#{Left} ;;General remappings CapsLock::LControl RShift & LShift::CapsLock LShift & RShift::CapsLock LCtrl::AppsKey ;;*CapsLock::return return #if !hotkeyLock ;;Adding tonic vowels with tilde, EUR sign, ü and ñ to non-ES keyboard