;;Use on admin windows without admin rights: ;;https://www.autohotkey.com/docs/v1/Program.htm#Installer_uiAccess ;;https://www.autohotkey.com/board/topic/70449-enable-interaction-with-administrative-programs/ Menu, Tray, Tip, Keyboard Remappings #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