Skip to content

Commit

Permalink
Add hint for getting keycodes in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimuNotMoe committed Jan 29, 2023
1 parent 724799a commit 43b1a11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manpage/ydotool.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Currently implemented command(s):

See `/usr/include/linux/input-event-codes.h' for available key codes (KEY_\*).

You can find the key name/number your keyboard is sending to libinput by running `sudo libinput record` and then selecting your keyboard from the list it will show you the libinput proper key name and number for each key you press.

Options:
*-d*,*--key-delay* _<ms>_
Delay time between keystrokes. Default 12ms.
Expand Down

0 comments on commit 43b1a11

Please sign in to comment.