From 4c5cb365038a55a5201a5e03adb2896fda3cde4a Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 27 May 2020 02:38:14 -0500 Subject: [PATCH] - Added cmd-t/w - open/close tabs to win terminals --- windows/kinto.ahk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 65d2acd..6b7851c 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -12,7 +12,9 @@ GroupAdd, terminals, Fluent Terminal ahk_class ApplicationFrameWindow GroupAdd, posix, ahk_exe ubuntu.exe GroupAdd, posix, ahk_exe ConEmu.exe GroupAdd, posix, ahk_exe ConEmu64.exe +GroupAdd, posix, ahk_exe Hyper.exe GroupAdd, posix, ahk_exe mintty.exe +GroupAdd, posix, Fluent Terminal ahk_class ApplicationFrameWindow GroupAdd, ConEmu, ahk_exe ConEmu.exe GroupAdd, ConEmu, ahk_exe ConEmu64.exe @@ -117,6 +119,9 @@ $^+Right::Send +{End} #If #IfWinActive ahk_group posix + ; Open/Close Tab for those that support it + ^t::Send {LCtrl down}{LShift down}t{LCtrl Up}{LShift Up} + ^w::Send {LCtrl down}{LShift down}w{LCtrl Up}{LShift Up} ; End of Line #e::Send {LCtrl down}e{LCtrl Up} ^e::return