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 am using this very nice product, thanks to the author!
If keyboard and mouse have the same name, there will be a situation where config's keyboards field cannot identify the mouse name and remapped mouse event will not start.
Therefore, remap setting for the mouse will not work.
Example environment:
# evtest
Available devices:
(snip!)
/dev/input/event2: AT Translated Set 2 keyboard
/dev/input/event26: Lenovo ThinkPad Compact USB Keyboard with TrackPoint
/dev/input/event27: Lenovo ThinkPad Compact USB Keyboard with TrackPoint
(snip!)
event26 is the keyboard and event27 is the mouse (trackpoint).
Config file:
# head -n1 ./config.yml
- keyboards: [ "AT Translated Set 2 keyboard" , "Lenovo ThinkPad Compact USB Keyboard with TrackPoint" ]
Debug log:
# kbct -d remap --config ./config.yml
INFO kbct > Starting kbct event loop, pid=71259
INFO kbct > Capturing device path=/dev/input/event2 name="AT Translated Set 2 keyboard" mapped_name="Kbct-AT Translated Set 2 keyboard"
INFO kbct > Capturing device path=/dev/input/event26 name="Lenovo ThinkPad Compact USB Keyboard with TrackPoint" mapped_name="Kbct-Lenovo ThinkPad Compact USB Keyboard with TrackPoint"
event27 does not appear..
The text was updated successfully, but these errors were encountered:
I am using this very nice product, thanks to the author!
If keyboard and mouse have the same name, there will be a situation where config's
keyboards
field cannot identify the mouse name and remapped mouse event will not start.Therefore, remap setting for the mouse will not work.
Example environment:
event26
is the keyboard andevent27
is the mouse (trackpoint).Config file:
Debug log:
event27
does not appear..The text was updated successfully, but these errors were encountered: