From 30a95299400ce02606f80b81c584f4e82090f401 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 15 Jan 2021 17:17:24 -0600 Subject: [PATCH] - Added min/max fix for Windows to avoid multi-cursor issue --- windows/kinto.ahk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index e641fa8..9d3a5bc 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -263,6 +263,10 @@ GroupAdd, intellij, ahk_exe idea64.exe ; Static $LCtrl up::Send {Ctrl down}{LWin up}{Ctrl up} + ; Disable Win-Up/Down - interferes with Sublime text 3 multi-cursors + #Down::return + #Up::return + ; temporary hack to ensure keys don't get stuck ; impacts Alt-Tab fix ; Primary