Merge pull request #377 from rbreaves/dev

- Added min/max fix for Windows to avoid multi-cursor issue
This commit is contained in:
Ben Reaves
2021-01-16 00:25:05 -06:00
committed by GitHub

View File

@@ -263,6 +263,10 @@ GroupAdd, intellij, ahk_exe idea64.exe
; Static ; Static
$LCtrl up::Send {Ctrl down}{LWin up}{Ctrl up} $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 ; temporary hack to ensure keys don't get stuck
; impacts Alt-Tab fix ; impacts Alt-Tab fix
; Primary ; Primary