Desktop Shortcuts ((better)): Remote

#IfWinActive, ahk_class TscShellContainerClass #F1::Send ^!End #IfWinActive This works only when RDP window is active. For Microsoft Remote Desktop (macOS): | Action | Shortcut | |--------|----------| | Send Ctrl+Alt+Del | Fn + Control + Option + Delete | | Toggle full‑screen | Cmd + Ctrl + F | | Switch between sessions | Cmd + Option + Left/Right |

Save credentials in the .rdp file, then create a batch script: remote desktop shortcuts

redirectclipboard:i:1 keyboardhook:i:1 full address:s:server01.company.local username:s:DOMAIN\user Save and launch via double‑click or batch. Remap local keys to remote actions (example: Win + F1 sends Ctrl+Alt+End ): #IfWinActive, ahk_class TscShellContainerClass #F1::Send ^