- Added min/max fix for Windows to avoid multi-cursor issue

This commit is contained in:
Ben Reaves
2021-01-15 17:17:24 -06:00
parent 43b4ae3986
commit 30a9529940

View File

@@ -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