Adds workaround for Powertoys remapper within RDP. Related #532

This commit is contained in:
Ben Reaves
2021-06-22 19:42:42 -05:00
parent 04bc3f60e4
commit 8c581db297

View File

@@ -202,6 +202,17 @@ GroupAdd, intellij, ahk_exe idea64.exe
; End::Send {Media_Play_Pause} ; Pause/Play
; PgDn::Send {Media_Next} ; Next
; Temporary fix that allows for full remapping via Powertoys
; useful for destinations where you cannot install Kinto
; and you are using a Mac based keyboard
; NOTE: Do not fully maximize the RDP window for this to work.
#IfWinActive ahk_group remotes ; MacOnly
; #IfWinActive ahk_exe msrdc.exe ; MacOnly
$LWin::LAlt ; MacOnly
$LAlt::RAlt ; MacOnly
$LWin up::Send {LWin up}{LAlt up}{LCtrl up} ; MacOnly
#If ; MacOnly
#IfWinNotActive ahk_group remotes
; New AltTab and CtrlTab fix