From 5f75f668526dafd2f142a60abd2b4864df1831fa Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sun, 5 Apr 2020 17:39:28 -0500 Subject: [PATCH] - Added Ctrl-Z to posix terminals for Windows --- windows/kinto.ahk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 8b5d42d..63fbfe8 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -85,12 +85,13 @@ $^+Right::Send +{End} #j::Send {LCtrl down}j{LCtrl Up} #t::Send {LCtrl down}t{LCtrl Up} #_::Send {LCtrl down}_{LCtrl Up} + #z::Send {LCtrl down}z{LCtrl Up} #If #IfWinActive ahk_group ConEmu ; Paste $^v::Send {Shift down}{Insert}{Shift Up} - #v::^v + #v::Send {LCtrl down}v{LCtrl Up} #If #IfWinActive ahk_exe mintty.exe