- Fixed hotkey mistakes for Chrome/IBM on Windows

This commit is contained in:
Ben Reaves
2021-02-15 17:42:53 -06:00
parent 98d530921f
commit 8e0828aa3b

View File

@@ -260,8 +260,8 @@ GroupAdd, intellij, ahk_exe idea64.exe
; $LCtrl::LWin ; MacModifiers ; $LCtrl::LWin ; MacModifiers
; Hack to disable start menu on winkey ; Hack to disable start menu on winkey
; Static ; Static - Does not apply to IBM or Chromebooks
$LCtrl up::Send {Ctrl down}{LWin up}{Ctrl up} ; $LCtrl up::Send {Ctrl down}{LWin up}{Ctrl up} ; Default
; temporary hack to ensure keys don't get stuck ; temporary hack to ensure keys don't get stuck
; impacts Alt-Tab fix ; impacts Alt-Tab fix
@@ -495,8 +495,8 @@ GroupAdd, intellij, ahk_exe idea64.exe
^!Down::send ^{Down} ; scroll_lines down ^!Down::send ^{Down} ; scroll_lines down
; #+Up::send {shift up}^!{Up} ; Default - multi-cursor up ; #+Up::send {shift up}^!{Up} ; Default - multi-cursor up
; #+Down::send {shift up}^!{Down} ; Default - multi-cursor down ; #+Down::send {shift up}^!{Down} ; Default - multi-cursor down
; #+Up::send {shift up}^!{Up} ; CB/IBM - multi-cursor up ; !+Up::send {shift up}^!{Up} ; CB/IBM - multi-cursor up
; #+Down::send {shift up}^!{Down} ; CB/IBM - multi-cursor down ; !+Down::send {shift up}^!{Down} ; CB/IBM - multi-cursor down
^PgDn::Return ; cancel next_view ^PgDn::Return ; cancel next_view
^PgUp::Return ; cancel prev_view ^PgUp::Return ; cancel prev_view
^+{::send ^{PgDn} ; next_view ^+{::send ^{PgDn} ; next_view