https://bugs.kde.org/show_bug.cgi?id=369091
--- Comment #3 from Igor Poboiko <igor.pobo...@gmail.com> --- (In reply to Martin Gräßlin from comment #2) > The chromium issue is an Xwayland issue which will be fixed with Xwayland > 1.19. > > Can you please start the KWin debug console (Krunner, enter KWin) and switch > to the input tab and see there which events are being processed? Okay, there are a lot of things going on there. 1) When I just press "Fn" key, there goes the "Key Press" event from "AT Translated Set 2 keyboard (event 0)", scan code 143 (apparently, this is KEY_WAKEUP), Xkb symbol 269025067. 2) While holding the Fn key, I press F2 key. There goes "Key Press" event from the same keyboard, scan code 114 (KEY_VOLUMEDOWN), Repeat: 0, Xkb symbol: 269025041. 3) I keep the "F2" key pressed; there appears lots of Key press events, as expected. 4) When I release the "F2" key while keeping the "Fn" key pressed, there goes "Key release" event, same as in 2) And now the interesting part: 5) If I keep holding the "Fn" key, there goes lots of "Key press" events, Input Device: Unknown, Repeat: 1, Scan code: 143, Xkb symbol: 269025041. Those events are apparently misinterpreted as Volume down/up events, although the key is released -- You are receiving this mail because: You are watching all bug changes.