From 8e0828aa3b34329e369d92e4c415338e0d1fb541 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 15 Feb 2021 17:42:53 -0600 Subject: [PATCH] - Fixed hotkey mistakes for Chrome/IBM on Windows --- windows/kinto.ahk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index b779486..51930ba 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -260,8 +260,8 @@ GroupAdd, intellij, ahk_exe idea64.exe ; $LCtrl::LWin ; MacModifiers ; Hack to disable start menu on winkey - ; Static - $LCtrl up::Send {Ctrl down}{LWin up}{Ctrl up} + ; Static - Does not apply to IBM or Chromebooks + ; $LCtrl up::Send {Ctrl down}{LWin up}{Ctrl up} ; Default ; temporary hack to ensure keys don't get stuck ; impacts Alt-Tab fix @@ -495,8 +495,8 @@ GroupAdd, intellij, ahk_exe idea64.exe ^!Down::send ^{Down} ; scroll_lines down ; #+Up::send {shift up}^!{Up} ; Default - multi-cursor up ; #+Down::send {shift up}^!{Down} ; Default - multi-cursor down - ; #+Up::send {shift up}^!{Up} ; CB/IBM - multi-cursor up - ; #+Down::send {shift up}^!{Down} ; CB/IBM - multi-cursor down + ; !+Up::send {shift up}^!{Up} ; CB/IBM - multi-cursor up + ; !+Down::send {shift up}^!{Down} ; CB/IBM - multi-cursor down ^PgDn::Return ; cancel next_view ^PgUp::Return ; cancel prev_view ^+{::send ^{PgDn} ; next_view