Sending Alt-F5 to Remote Desktop

0

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?

BlueMonkMN

Posted 2019-03-20T16:50:55.747

Reputation: 385

Answers

1

You could just go to File > Preferences > Keyboard Shortcuts and change the shortcut there to something you can already do.

arielzao150

Posted 2019-03-20T16:50:55.747

Reputation: 11

Yes, that was an option I mentioned at the end of my question, so I already knew about that option. It seems like there should be a better way and some explanation of why Alt-F5 isn't being sent. – BlueMonkMN – 2019-03-20T22:20:17.670