TapHoldManager icon indicating copy to clipboard operation
TapHoldManager copied to clipboard

An AHK library for Long Press / Multi tap / Multi tap and hold

Results 9 TapHoldManager issues
Sort by recently updated
recently updated
newest added

I am currently trying to move over to V2, `TapHoldManager` is core to my Autohotkey code base. So I am stuck with V1. I am not much of a programmer,...

First of all thanks for the repo! Looks sturdy and well written, a lot better than my personal attempts at this kind of behaviour in AHK! So I can only...

I needed a solution for firing the callback on keydown. Fixes #2 This sets isHold=0, and State=1, so there is no conflict with existing code. Tested successfully using example code,...

Hi, first of all, thanks for the amazing work with this library! What I want to achieve is something like that: - If I press "s", send "s" - If...

Hi I have the following idea: g & i:: Send, - g::Send, g +g::Send, G The problem with this script is when I want to write "git" fastly, it convert...

Hi and thanks a lot for your job I 've successfully customize my keyboard for when I make an double taps on shift it's change the capslock status but i...

trying to set a hold to a keybind to send F24 from F15 (using macropad) it send the macro combo but then sends "Alt + Shift" right after in AHK...

Link to the github page instead of the http page for oblitum, interception driver. I don't know if people want this but I wouldn't use the http.

I've been testing TapHoldManager and it works great. I've noticed the delay problem mentioned elsewhere as I use quite a lot of mods on normal keys. This wouldn't be a...