Skip to content

Commit 74a7f73

Browse files
authored
Update README.md
1 parent 95696d2 commit 74a7f73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@ thm.Add("1", Func("MyFunc1"))
9999
### AutoHotInterception Subscription Mode
100100
A wrapper is included which extends the TapHoldManager class and replaces the hotkey bind code with Interception bind code.
101101

102-
**Instead of** including the TapHoldManager library, **instead** include the interception version:
102+
**Instead of** including the TapHoldManager library, include the interception version:
103103
```
104104
; #include Lib\TapHoldManager.ahk
105105
#include Lib\InterceptionTapHold.ahk
106106
```
107107

108-
Instantiate `InterceptionTapHold` instead of `TapHoldManager`
108+
Instantiate `InterceptionTapHold` **instead of** `TapHoldManager`
109109
`kb1 := new InterceptionTapHold(<VID>, <PID> [, <isMouse = 1>, <instance = 1>, <tapTime>, <block>])`
110110

111-
**Required**
111+
**Required Parameters**
112112
`VID / PID` = The VendorID and ProductID of the device you wish to subscribe to.
113113
To find the VID / PID of your device, you can use the Monitor demo app from the AHI project.
114114

115-
**Optional**
115+
**Optional Parameters**
116116
`isMouse` = Set to true if the device is a Mouse, else leave on false.
117117
`instance` = When using multiple identical devices, this identifies which instance to use.
118118
If you only have one device, leave this at 1

0 commit comments

Comments
 (0)