From 982cdcb92accf8426094c0fd4ac6c30a348aa6bc Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 29 Jun 2021 20:23:37 -0500 Subject: [PATCH] Fixes Chrome/IBM layout issue on Windows --- windows/kinto.ahk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 719c17a..1d047f9 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -582,7 +582,7 @@ GroupAdd, intellij, ahk_exe idea64.exe ; #x::Send ^{x} ; Default - Terminal - Ctrl-x ; #c::Send ^{c} ; Default - Terminal - Ctrl-c sigint ; !x::Send ^{x} ; CB/IBM - ; !c::Send ^{c} ; CB/IBM + ; !c::Send ^{c} ; CB/IBM - Sigint ; #c::send ^{Pause} ; cancel_build ; #Space::Send ^{Space} ; Default - Basic code completion ; !Space::Send ^{Space} ; CB/IBM - Basic code completion @@ -606,7 +606,6 @@ GroupAdd, intellij, ahk_exe idea64.exe Insert::Return ; cancel toggle_overwrite ^!O::send {Insert} ; toggle_overwrite ; !c::Return ; Default - cancel toggle_case_sensitive - ; $!c::send ^{c} ; CB/IBM - Sigint ^!c::send !{c} ; toggle_case_sensitive ; ^h::Return ; cancel replace ^!f::send ^{h} ; replace