https://bugs.kde.org/show_bug.cgi?id=489001
--- Comment #5 from fanzhuyi...@gmail.com --- Hi, thank you for the update. The section in kwinrc is no longer used as of 6.1. Your kglobalshortcutsrc section seems correct. The events reported by your evtest seem correct -- left meta press, left meta hold, left shift press, left shift hold... The modifier-only shortcuts trigger on release, and so there the application launcher shouldn't trigger at all. I also get the same evtest event sequence on git master, and on 6.1, arch linux, wayland. But I cannot reproduce the issue on either version. To further debug the issue, could you open krunner, and search for "kwin debug console"? Then, go to Input Events, and vertically enlarge the window so that more events are visible. Could you reproduce the issue and upload a screencast? Thanks! A wild guess: what keymap are you using? What is the output of `xmodmap -pke | grep Meta`? Does the issue occur with a default keymap? For me the output of `xmodmap -pke | grep Meta` is keycode 64 = Alt_L Meta_L Alt_L Meta_L keycode 108 = Alt_R Meta_R Alt_R Meta_R keycode 205 = NoSymbol Meta_L NoSymbol Meta_L -- You are receiving this mail because: You are watching all bug changes.