Search found 2 matches

by aacsel
27 Apr 2022, 21:47
Forum: Scripts and Functions (v1)
Topic: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick buttons
Replies: 113
Views: 48233

Re: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick button

Hi, I need help with this code. I want to use LShift to press enter but if i hold LShift the key works normally thm := new TapHoldManager() ; TapTime / Prefix can now be set here thm.Add("1", Func("MyFunc1")) ; TapFunc / HoldFunc now always one function thm.Add("2", Func("MyFunc2")) MyFunc1(isHold, ...

Go to advanced search