Skip to content

Commit df36961

Browse files
committed
Disable BTN_TOOL_PEN since it breaks mouse setups
1 parent 050e2d8 commit df36961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/key_defs.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,8 @@ pub static ALL_BUTTONS: &'static [evdev_rs::enums::EV_KEY] = &[
543543
BTN_MODE,
544544
BTN_THUMBL,
545545
BTN_THUMBR,
546-
BTN_TOOL_PEN,
546+
// TODO figure out why this breaks mouse setups
547+
// BTN_TOOL_PEN,
547548
BTN_TOOL_RUBBER,
548549
BTN_TOOL_BRUSH,
549550
BTN_TOOL_PENCIL,

0 commit comments

Comments
 (0)