From 9fb72c95b121f2a9e40b70dc662693f44fdb1969 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 18 May 2021 17:27:46 -0500 Subject: [PATCH] Renamed virtm group to remotes, added msrdc --- windows/kinto.ahk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index a38561f..884bef9 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -172,8 +172,9 @@ GroupAdd, browsers, ahk_exe msedge.exe ; Disable Key Remapping for Virtual Machines ; Disable for Remote desktop solutions too -GroupAdd, virtm, ahk_exe VirtualBoxVM.exe -GroupAdd, virtm, ahk_exe mstsc.exe +GroupAdd, remotes, ahk_exe VirtualBoxVM.exe +GroupAdd, remotes, ahk_exe mstsc.exe +GroupAdd, remotes, ahk_exe msrdc.exe ; Disabled Edge for now - no ability to close all instances ; GroupAdd, browsers, Microsoft Edge ahk_class ApplicationFrameWindow @@ -188,7 +189,7 @@ GroupAdd, intellij, ahk_exe idea64.exe ; SetCapsLockState, AlwaysOff ; CB/IBM -#IfWinNotActive ahk_group virtm +#IfWinNotActive ahk_group remotes ; New AltTab and CtrlTab fix *tab::