Releases: evilC/TapHoldManager
Releases · evilC/TapHoldManager
v2.0
v1.5
Added
- Add support for context-specific hotkeys (THM only takes effect when a specific window is active)
- Add Pause / Resume hotkeys functionality
Changed
- InterceptionTapHold now accepts an instance of AutoHotInterception and a Device ID
This allows you to use AutoHotInterception's GetDeviceIdFromHandle method to get device ID
Adds MaxTaps parameter
Added
- Added MaxTaps parameter to support always firing callback after a fixed number of taps / holds
Adds support for Joystick buttons
TapHoldManager now works with Joystick Buttons (eg 1Joy1
)
Interception Addon update
Updates the AutoHotInterception addon to support AHI 3.x
Configurable Hold Time
Added an additional holdTime
parameter to control the amount of time a key must be held to be considered a hold.