The Computer Oracle

Make RDP ignore keyboard media keys

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Future Grid Looping

--

Chapters
00:00 Make Rdp Ignore Keyboard Media Keys
00:55 Accepted Answer Score 3
01:07 Answer 2 Score 8
01:19 Thank you

--

Full question
https://superuser.com/questions/252810/m...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#remotedesktop #mediakeys

#avk47



ANSWER 1

Score 8


I've written an AutoHotkey script which captures the media keys locally, so they don't get sent to the remote system:
https://github.com/neon-dev/RDPHotkeyHelper




ACCEPTED ANSWER

Score 3


AFAIK this isn't possible. The Windows RDP clients do not allow this level of granularity for keyboard input.