This is the output when I launch `evtest` (most likely from the `enter` key after selecting my keyboard):
``` Event: time 1751006431.977723, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1c Event: time 1751006431.977723, type 1 (EV_KEY), code 28 (KEY_ENTER), value 0 Event: time 1751006431.977723, -------------- SYN_REPORT ------------ ``` Then when I press `alt` and the bug is happening this is the output: ``` Event: time 1751006448.471340, type 4 (EV_MSC), code 4 (MSC_SCAN), value 38 Event: time 1751006448.471340, type 1 (EV_KEY), code 56 (KEY_LEFTALT), value 1 Event: time 1751006448.471340, -------------- SYN_REPORT ------------ Event: time 1751006448.592430, type 4 (EV_MSC), code 4 (MSC_SCAN), value 38 Event: time 1751006448.592430, type 1 (EV_KEY), code 56 (KEY_LEFTALT), value 0 Event: time 1751006448.592430, -------------- SYN_REPORT ------------ ``` Then while the bug is happening I hit `F4` multiple times to stop it and this is the output for that: ``` Event: time 1751006802.418982, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006802.418982, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 1 Event: time 1751006802.418982, -------------- SYN_REPORT ------------ Event: time 1751006802.482451, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006802.482451, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 0 Event: time 1751006802.482451, -------------- SYN_REPORT ------------ Event: time 1751006804.334689, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006804.334689, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 1 Event: time 1751006804.334689, -------------- SYN_REPORT ------------ Event: time 1751006804.420363, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006804.420363, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 0 Event: time 1751006804.420363, -------------- SYN_REPORT ------------ Event: time 1751006805.348512, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006805.348512, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 1 Event: time 1751006805.348512, -------------- SYN_REPORT ------------ Event: time 1751006805.452289, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006805.452289, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 0 Event: time 1751006805.452289, -------------- SYN_REPORT ------------ Event: time 1751006806.956821, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006806.956821, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 1 Event: time 1751006806.956821, -------------- SYN_REPORT ------------ Event: time 1751006807.061692, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006807.061692, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 0 Event: time 1751006807.061692, -------------- SYN_REPORT ------------ Event: time 1751006807.424213, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006807.424213, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 1 Event: time 1751006807.424213, -------------- SYN_REPORT ------------ Event: time 1751006807.519818, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90 Event: time 1751006807.519818, type 1 (EV_KEY), code 165 (KEY_PREVIOUSSONG), value 0 Event: time 1751006807.519818, -------------- SYN_REPORT ------------ ``` Then when I hit `alt` and the bug is not happening anymore I get this: ``` Event: time 1751006494.891229, type 4 (EV_MSC), code 4 (MSC_SCAN), value 38 Event: time 1751006494.891229, type 1 (EV_KEY), code 56 (KEY_LEFTALT), value 1 Event: time 1751006494.891229, -------------- SYN_REPORT ------------ Event: time 1751006495.009561, type 4 (EV_MSC), code 4 (MSC_SCAN), value 38 Event: time 1751006495.009561, type 1 (EV_KEY), code 56 (KEY_LEFTALT), value 0 Event: time 1751006495.009561, -------------- SYN_REPORT ------------ ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2112439 Title: "Repeat keys" causes `ctrl` and `alt` keys to misbehave To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/2112439/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
