You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
3
+
4
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+
6
+
## [Unreleased]
7
+
### Added
8
+
- Added MaxTaps parameter to support always firing callback after a fixed number of taps / holds
9
+
### Changed
10
+
### Deprecated
11
+
### Removed
12
+
### Fixed
13
+
14
+
## [1.3] - 2018-10-09
15
+
### Added
16
+
- TapHoldManager now works with Joystick Buttons (eg 1Joy1)
17
+
18
+
## [1.2] - 2018-04-02
19
+
### Changed
20
+
- Updates the AutoHotInterception addon to support AHI 3.x
21
+
22
+
## [1.1] - 2018-03-22
23
+
### Added
24
+
- Added an additional holdTime parameter to control the amount of time a key must be held to be considered a hold.
0 commit comments