You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for Hyper-V Virtual Machine Connection (#7).
The new WinWaitActive name pattern is checked against the process name instead of the window name, so it should now work with any system language.
global RdpWindowTitle := % (SubStr(A_Language, -1) = "07" ? " - Remotedesktop" : " - Remote Desktop") ; matches both classic RDP client and the app from the Microsoft store
RDPHotkeyHelper is an AutoHotkey script which redirects media keys to the local machine while working within a remote desktop session. It works with Microsoft's standard remote desktop connection and the Microsoft store app.
3
-
Using media keys on the remote host is still possible by simply holding down ctrl or alt when pressing the media key.
4
-
5
-
### Note
6
-
Window detection is language dependent in order to also support the store app. If your client is not detected, replace [` - Remote Desktop`](https://github.com/neon-dev/RDPHotkeyHelper/blob/main/RDPHotkeyHelper.ahk#L13) with your localized window title suffix.
2
+
RDPHotkeyHelper is an AutoHotkey v2 script which redirects media keys to the local machine while working within a remote desktop session. It works with Microsoft's standard remote desktop connection, the Microsoft store app, as well as the Hyper-V Virtual Machine Connection.
3
+
Using media keys on the remote host is still possible by holding down `Ctrl` or `Alt` when pressing the media key.
0 commit comments