Skip to content

Commit

Permalink
settings: add back and forward mouseclick actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronaw13 authored and pfps committed Jan 1, 2025
1 parent 1a3f4da commit 88787ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/logitech_receiver/diversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ def xkb_setup():
"scroll_right": (7, evdev.ecodes.ecodes["BTN_7"]),
"button8": (8, evdev.ecodes.ecodes["BTN_8"]),
"button9": (9, evdev.ecodes.ecodes["BTN_9"]),
"back": (10, evdev.ecodes.ecodes["BTN_SIDE"]),
"forward": (11, evdev.ecodes.ecodes["BTN_EXTRA"]),
}

# uinput capability for keyboard keys, mouse buttons, and scrolling
Expand Down

0 comments on commit 88787ab

Please sign in to comment.