From 89500c97c667c2844e18f1a598e16b3e7e7ce690 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 6 Apr 2020 01:23:26 -0500 Subject: [PATCH] - Added Windows Terminal Support --- windows/kinto.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 63fbfe8..cb747ad 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -2,6 +2,7 @@ GroupAdd, terminals, ahk_exe ubuntu.exe GroupAdd, terminals, ahk_exe ConEmu.exe GroupAdd, terminals, ahk_exe ConEmu64.exe GroupAdd, terminals, ahk_exe powershell.exe +GroupAdd, terminals, ahk_exe WindowsTerminal.exe GroupAdd, posix, ahk_exe ubuntu.exe GroupAdd, posix, ahk_exe ConEmu.exe @@ -10,6 +11,7 @@ GroupAdd, posix, ahk_exe mintty.exe GroupAdd, ConEmu, ahk_exe ConEmu.exe GroupAdd, ConEmu, ahk_exe ConEmu64.exe +GroupAdd, ConEmu, ahk_exe WindowsTerminal.exe GroupAdd, editors, ahk_exe sublime_text.exe