Browse Source

bugfix

ahk-v1
Mar Alegre 3 years ago
parent
commit
539113a4b6
  1. 2
      lib/HoldRepeat.ahk

2
lib/HoldRepeat.ahk

@ -5,7 +5,7 @@
_TurboOn := [] _TurboOn := []
Hold(Primary, Secondary) { Hold(Primary, Secondary) {
Send {%Primary% down} Send, {Blind}{%Primary% down}
if ( Secondary.Length() != 0 ) { if ( Secondary.Length() != 0 ) {
ThisLoop := Func("HoldLoop").bind(Primary,Secondary) ThisLoop := Func("HoldLoop").bind(Primary,Secondary)
SetTimer, %ThisLoop%, 50 SetTimer, %ThisLoop%, 50

Loading…
Cancel
Save