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
4
5
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
6
7
## [Unreleased]
8
+
7
9
### Added
8
-
Implemented PauseHotkey / ResumeHotkey for InterceptionTapHold
9
-
### Changed
10
+
11
+
### Changed
12
+
13
+
### Deprecated
14
+
15
+
### Removed
16
+
17
+
### Fixed
18
+
19
+
## ##[2.0] - 2024-04-09
20
+
21
+
### Added
22
+
23
+
* Added support for AHK v2
24
+
25
+
* Implemented PauseHotkey / ResumeHotkey for InterceptionTapHold
26
+
27
+
### Changed
28
+
10
29
### Deprecated
30
+
11
31
### Removed
32
+
12
33
### Fixed
13
34
14
35
## [1.5] - 2020-04-30
36
+
15
37
### Added
38
+
16
39
- Add support for context-specific hotkeys (THM only takes effect when a specific window is active)
17
40
- Add Pause / Resume hotkeys functionality
18
41
19
-
### Changed
42
+
### Changed
43
+
20
44
- InterceptionTapHold now accepts an instance of AutoHotInterception and a Device ID
21
-
This allows you to use AutoHotInterception's GetDeviceIdFromHandle method to get device ID
45
+
This allows you to use AutoHotInterception's GetDeviceIdFromHandle method to get device ID
22
46
23
47
## [1.4] - 2019-02-28
48
+
24
49
### Added
50
+
25
51
- Added MaxTaps parameter to support always firing callback after a fixed number of taps / holds
26
52
27
53
## [1.3] - 2018-10-09
54
+
28
55
### Added
56
+
29
57
- TapHoldManager now works with Joystick Buttons (eg 1Joy1)
30
58
31
59
## [1.2] - 2018-04-02
60
+
32
61
### Changed
62
+
33
63
- Updates the AutoHotInterception addon to support AHI 3.x
34
64
35
65
## [1.1] - 2018-03-22
66
+
36
67
### Added
68
+
37
69
- Added an additional holdTime parameter to control the amount of time a key must be held to be considered a hold.
0 commit comments