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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,5 +118,5 @@ debounce_time=14
118
118
119
119
Currently supported items are:
120
120
121
-
- **`exceptions`: array of `u16` keycodes**. Keys in the exceptions will not delayed. For example, I want to neglect modifier keys such as Ctrl, Alt, Shift and Meta.
121
+
- **`exceptions`: array of `u16` [keycodes](https://github.com/torvalds/linux/blob/master/include/uapi/linux/input-event-codes.h#L76)**. Keys in the exceptions will not delayed. For example, I want to neglect modifier keys such as Ctrl, Alt, Shift and Meta.
122
122
- **`debounce_time`: `u64` value in milliseconds**. Indicates how long should a release event delayed. For example, 14ms is ideal for my machine.
0 commit comments