From 8bd6ed242f754f392f6ea226b6ffd1954677e377 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 3 Jul 2020 23:15:51 -0500 Subject: [PATCH] - Added copy/paste/sigint for mintty (Windows) --- windows/kinto.ahk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 8304a4d..dbe80b4 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -75,6 +75,7 @@ GroupAdd, terminals, ahk_exe ConEmu64.exe GroupAdd, terminals, ahk_exe powershell.exe GroupAdd, terminals, ahk_exe WindowsTerminal.exe GroupAdd, terminals, ahk_exe Hyper.exe +GroupAdd, terminals, ahk_exe mintty.exe GroupAdd, terminals, ahk_exe Cmd.exe GroupAdd, terminals, ahk_exe Terminus.exe GroupAdd, terminals, Fluent Terminal ahk_class ApplicationFrameWindow @@ -286,7 +287,10 @@ $^+Right::Send +{End} ; Paste ^v:: - If WinActive("ahk_group posix"){ + If WinActive("ahk_exe mintty.exe"){ + Send {Shift down}{Insert}{Shift up} + } + else if WinActive("ahk_group posix"){ Send {Blind}{Shift down}v{Shift up} } else{