evilC / TapHoldManager

An AHK library for Long Press / Multi tap / Multi tap and hold
MIT License
124 stars 13 forks source link

Use isHold to activate custom key #8

Open rubenderaeve opened 2 years ago

rubenderaeve commented 2 years ago

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 to "-t". I was thinking about using the IsHold idea but I don't know how... Is it possible to solve this issue with your lib?