We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2531e25 commit da17cd0Copy full SHA for da17cd0
1 file changed
docs/tutorials/uinput-actions.md
@@ -180,4 +180,4 @@ tap(ui, ecodes.BTN_MIDDLE) -- middle click
180
Because the Linux kernel treats mouse buttons ( [BTN_*] ) as keys (both use the
181
`EV_KEY` event type under the hood), we can use `tap()` to perform clicks.
182
183
-[BTN_*]: ../api/ecodes#btn
+[BTN_*]: ../types#evdev-ecodes-btn
0 commit comments