Created attachment 157276 [details] encoded text instead of meta SUMMARY setting meta as a custom shortcut on krunner is broken STEPS TO REPRODUCE 1. go to settings -> shortcuts 2. search for krunner 3. click "add custom shortcut" 4. hit the meta key 5. click apply OBSERVED RESULT the input box is set to an encoded character and doesnt activate/deactivate after applying. EXPECTED RESULT for the input to show "meta" as the selected key and to function properly by activating and deactivating krunner. SOFTWARE/OS VERSIONS Operating System: Fedora Linux 37 KDE Plasma Version: 5.27.2 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Kernel Version: 6.1.15-200.fc37.x86_64 (64-bit) Graphics Platform: Wayland
I get the same thing here, by following the same steps as @kinghat. Operating System: Fedora Linux 37 KDE Plasma Version: 5.27.3 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 Kernel Version: 6.2.7-200.fc37.x86_64 (64-bit) Graphics Platform: Wayland Processors: 24 × AMD Ryzen 9 5900X 12-Core Processor Memory: 62,7 GiB of RAM Graphics Processor: AMD Radeon RX 6900 XT
Using the following command, I had krunner via the meta key working until I upgraded to plasma 5.27.7. `kwriteconfig5 --file kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.krunner,/App,,toggleDisplay"` That doesn't seem to work anymore. But now I am able to set the meta key as shortcut for krunner through the settings panel. I don't know if this worked before for me, I have never tested it this way. The current problem is that any touch of the meta key activates the krunner. Example: when trying to access the clipboard via Meta+V, the krunner is displayed before the klipper.
*** This bug has been marked as a duplicate of bug 464805 ***