Browse Source

switch back to sendmode event

master
Mar Alegre 1 year ago
parent
commit
3891e760b4
  1. 2
      lib/Prelude.ahk
  2. 1
      scripts/Subnautica.ahk

2
lib/Prelude.ahk

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

1
scripts/Subnautica.ahk

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

Loading…
Cancel
Save