Open diegoviola opened 3 hours ago
Looks like it's possible on river:
$ riverctl list-inputs
keyboard-1133-49995-Logitech_USB_Keyboard
configured: false
pointer-1133-49995-Logitech_USB_Keyboard
configured: false
$ riverctl input pointer-1133-49995-Logitech_USB_Keyboard events disabled
$ riverctl list-input-configs
pointer-1133-49995-Logitech_USB_Keyboard
events: disabled
I have a keyboard that reports mouse functionality in
swaymsg -t get_inputs
:I've been looking to disable "Libinput Send Events" for
Identifier: 1133:49995:Logitech_USB_Keyboard
(Type: Mouse
) and I couldn't find a way to do this.The
sway-input(5)
man page says it is possible to useinput <identifier>
and apparently it is also possible to sayinput type:mouse
but I couldn't find a way to specify both type and identifier.I cannot use
type:mouse
alone because I have a real mouse plugged on this computer:and I want to be specific about which devices to disable events for, in this case the keyboard that reports itself as a mouse.
Thanks in advance.