I have an application where Ctrl + Alt + End is mapped to a command, but when using the machine via Remote Desktop, Ctrl + Alt + End is used by the system as an alternative to Ctrl + Alt + Delete. Is there any way to change that setting for the Remote Desktop session so I can use Ctrl + Alt + End in my application?
Windows – How to send Ctrl+Alt+End to Remote Desktop
remote desktopwindows
Related Question
- Windows remote desktop – how to untrap keyboard
- Windows – Remote Desktop keyboard shortcuts within another Remote Desktop session
- Windows – Remote Desktop: Sending Ctrl-Alt-Left Arrow/Ctrl-Alt-Right Arrow to the remote PC
- How to press ctrl+alt+delete within a remote desktop that is within ANOTHER remote desktop
Best Answer
Do you have the option of running AutoHotkey on the remote PC? You could run a script there which would trap an alternate hotkey of your choosing, and render it (there) as Ctrl+Alt+End.