Compare commits

...

2 Commits

  1. 2
      lib/HoldRepeat.ahk
  2. 2
      lib/Prelude.ahk
  3. 1
      scripts/Subnautica.ahk

2
lib/HoldRepeat.ahk

@ -26,6 +26,8 @@ _HoldRepeat_Handler(IsHold, TargetKey, CancelKeys:=[], HoldKey:="") {
if IsHold { if IsHold {
Send HoldRepeat_BlindMode "{" TargetKey " down}" Send HoldRepeat_BlindMode "{" TargetKey " down}"
} else {
Send HoldRepeat_BlindMode "{" TargetKey "}"
} }
SetTimer _HoldRepeat_Loop.Bind(IsHold, TargetKey, CancelKeys, HoldKey), HoldRepeat_TimerPeriod SetTimer _HoldRepeat_Loop.Bind(IsHold, TargetKey, CancelKeys, HoldKey), HoldRepeat_TimerPeriod

2
lib/Prelude.ahk

@ -23,7 +23,7 @@ A_MenuMaskKey := "vkFF"
#SingleInstance force #SingleInstance force
; Send Mode ; Send Mode
SendMode "Input" SendMode "Event"
SetKeyDelay -1 SetKeyDelay -1
; Increase base number of max threads ; Increase base number of max threads

1
scripts/Subnautica.ahk

@ -14,7 +14,6 @@ WrapperWindow:="Subnautica"
; Hotkeys ; Hotkeys
; ;
SendMode "Event"
HoldRepeat_TimerPeriod:=20 HoldRepeat_TimerPeriod:=20
; Alt + direction: automove ; Alt + direction: automove

Loading…
Cancel
Save