Skip to content

Commit bdacc8c

Browse files
committed
update README
1 parent 8aeeba6 commit bdacc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See [input.h](https://github.com/torvalds/linux/blob/master/include/uapi/linux/i
3232

3333
A key event has 3 possible values: 1 (pressed), 0 (released) or 2 (autorepeat).
3434

35-
The role of `debouncer-udevmon` is that, it can delay the keyboard "release" event for some time (see #Configurations), which is similar to the ["spuious" mode of libinput](https://wayland.freedesktop.org/libinput/doc/latest/button-debouncing.html).
35+
The role of `debouncer-udevmon` is that, it can delay the keyboard "release" event for some time (see [Configurations](#configurations)), which is similar to the ["spuious" mode of libinput](https://wayland.freedesktop.org/libinput/doc/latest/button-debouncing.html).
3636

3737
Once `debouncer-udevmon` received a "release" event, it will wait for some time. During this time, if no "press" event of the same key comes, it will write the "release" event to `stdout`; otherwise, it will neglect this event.
3838

0 commit comments

Comments
 (0)