From b1c361080aee2a742f1f1a8102ecaeb46ba8da12 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 24 Aug 2020 03:57:22 -0500 Subject: [PATCH] - Prevents physical Ctrl+Space from remapping into Ctrl+Esc, aka start menu. #264 --- windows/kinto.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 60c749a..94a562f 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -266,7 +266,7 @@ $^Backspace::Send +{Home}{Delete} !+Right::Send ^+{Right} ; Cmd+Space Alternative -^Space::Send ^{Esc} +$^Space::Send ^{Esc} #IfWinActive ahk_group intellij ; General