You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 use input <identifier> and apparently it is also possible to say input 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:
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.
The text was updated successfully, but these errors were encountered: