I am trying to use Visual Studio Code's Alt+F5 shortcut on a remote desktop, but it only works if I configure the remote desktop to apply windows key combinations on the remote computer. Alt+F5 is not a windows key combination that I'm aware of. What does it do, if anything? But more importantly, is there a good way to force this keypress to be sent to the remote system without configuring all windows key combinations to be sent to the remote system? I still want to use ⊞ Win+→ and ⊞ Win+← to switch local desktops without having to un-maximize the remote desktop first. It seems Alt+F5 should be going to the remote system since it doesn't do anything in Windows. Is my best option to re-map my Visual Studio Code keyboard shortcut to something else? How do I know which key combinations will be considered windows combinations that will not make it to the remote system?
1 Answer
You could just go to File > Preferences > Keyboard Shortcuts and change the shortcut there to something you can already do.
1