input-remapper icon indicating copy to clipboard operation
input-remapper copied to clipboard

not all buttons fn-lockable keyevents are catchable in gui

Open R0b95 opened this issue 3 years ago • 1 comments

Share some logs please: input-remapper-control --version:

input-remapper 1.5.0 0b885df73c7058158df7483aa542b065c7efa7d0 https://github.com/sezanzeb/input-remapper python-evdev 1.6.0

  1. If a button on your device doesn't show up in the GUI, verify that the button is reporting an event via sudo evtest. If not, input-remapper won't be able to map that button.
Properties:
Testing ... (interrupt to exit)
Event: time 1659908545.071146, type 4 (EV_MSC), code 4 (MSC_SCAN), value 6b
Event: time 1659908545.071146, type 1 (EV_KEY), code 191 (KEY_F21), value 1
Event: time 1659908545.071146, -------------- SYN_REPORT ------------
Event: time 1659908545.071172, type 1 (EV_KEY), code 191 (KEY_F21), value 0
Event: time 1659908545.071172, -------------- SYN_REPORT ------------
Event: time 1659908549.957843, type 4 (EV_MSC), code 4 (MSC_SCAN), value 7c
Event: time 1659908549.957843, type 1 (EV_KEY), code 190 (KEY_F20), value 1
Event: time 1659908549.957843, -------------- SYN_REPORT ------------
Event: time 1659908549.957874, type 1 (EV_KEY), code 190 (KEY_F20), value 0
Event: time 1659908549.957874, -------------- SYN_REPORT ------------
Event: time 1659908550.597551, type 4 (EV_MSC), code 4 (MSC_SCAN), value 85
Event: time 1659908550.597551, type 1 (EV_KEY), code 240 (KEY_UNKNOWN), value 1
Event: time 1659908550.597551, -------------- SYN_REPORT ------------
Event: time 1659908550.597579, type 1 (EV_KEY), code 240 (KEY_UNKNOWN), value 0
Event: time 1659908550.597579, -------------- SYN_REPORT ------------
SEvent: time 1659908551.644219, type 4 (EV_MSC), code 4 (MSC_SCAN), value 86
Event: time 1659908551.644219, type 1 (EV_KEY), code 240 (KEY_UNKNOWN), value 1
Event: time 1659908551.644219, -------------- SYN_REPORT ------------
Event: time 1659908551.644245, type 1 (EV_KEY), code 240 (KEY_UNKNOWN), value 0
Event: time 1659908551.644245, -------------- SYN_REPORT ------------
  1. If yes, please run input-remapper-gtk -d, reproduce the problem and then share the logs. file.log

EDIT: Formatting

R0b95 avatar Aug 07 '22 21:08 R0b95

I am not sure what the issue is. Can you describe in more detail what you did in the logs, and what you expected?

The last two key presses in the evtest log: are those two different keys on you keyboard?

jonasBoss avatar Aug 12 '22 16:08 jonasBoss

closing due to inactivity, and because the discussion has been more active in #457

sezanzeb avatar Sep 19 '22 20:09 sezanzeb