From de2fa20fdddb2d4ef4a5572dbf0b8186607bcb0d Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 13 Nov 2018 18:40:28 -0300 Subject: [PATCH] Use WinActivate to activate window after restoring, in case user is using another window handler (xorg on windows) --- quake-windows-bash.ahk | 1 + 1 file changed, 1 insertion(+) diff --git a/quake-windows-bash.ahk b/quake-windows-bash.ahk index 044e72f..e3da4e9 100644 --- a/quake-windows-bash.ahk +++ b/quake-windows-bash.ahk @@ -14,6 +14,7 @@ BashHandle = ahk_exe bash.exe if (mx = -1) { WinRestore, %BashHandle% + WinActivate, %BashHandle% ; Uncomment these lines to overcome tmux/vim rendering bug ; ControlSend, , ^{VK42}, %BashHandle%