Drei109
Results
1
comments of
Drei109
Someone did it on the forums: https://www.autohotkey.com/boards/viewtopic.php?p=525416#p525416 ``` class TapHoldManager { Bindings := Map(), Bindings.CaseSense := "Off" __New(tapTime := 150, holdTime := tapTime, maxTaps := -1, prefixes := "$", window...