Clive Galway
Clive Galway
Maybe I am getting confused here, but what I was asking for was a sample script that utilizes the code in **this PR**, so that I can clearly see intent...
I don't see any obvious reason why. Does the same issue repro if you use a normal key as the trigger key? (eg `F12`) Suspect issue could be to do...
https://github.com/evilC/TapHoldManager#syntax `tapTime` and `holdTime` control the timings
Are you saying that there is a delay with the second example if you tap s, whereas there is no delay with the first example if you tap s? That...
Also added [Timelines](https://github.com/evilC/TapHoldManager/blob/master/README.md#example-timelines) section to try and explain it further
I tried to repro, but could not see any difference. Is the code in the first post the entire script? Do you maybe have anything like `SetBatchLines` etc at the...
Set the maxTaps parameter to avoid any delays. If you only want to support single-tap or single-hold, then setting maxTaps to 1 will mean that the instant you release a...
Implementing stuff like permissive mode would require quite a lot of changes I think. Currently, each key's processing is completely independent of another - there is no one piece of...
This code is likely to be buggy ``` $6:: KeyWait, 6, %holdTime% if ErrorLevel { Send 6 KeyWait 6 } else { Send #d Send {LWin up} Send {RWin up}...
See [here](https://www.autohotkey.com/boards/viewtopic.php?t=19745) for an explanation of why this happens