https://bugs.kde.org/show_bug.cgi?id=501693
Bug ID: 501693 Summary: The Menu key opens the context menu only in Qt applications Classification: Frameworks and Libraries Product: frameworks-kglobalaccel Version: 6.3.0 Platform: Manjaro OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kdelibs-b...@kde.org Reporter: daniil-demyanen...@yandex.ru CC: fanzhuyi...@gmail.com Target Milestone: --- Created attachment 179540 --> https://bugs.kde.org/attachment.cgi?id=179540&action=edit evtest, when click menu key SUMMARY By pressing Shift+F10, the context menu can be opened in any application, but by pressing Menu - only in Qt applications. To add the ability to open the context menu using the Menu key, I added a keyboard shortcut in the settings. At the same time, there was already a check mark next to the "Menu" by default, but it did not change anything. The hotkey I added was signed not as a "Menu", but as a "Keyboard menu". STEPS TO REPRODUCE 1. Add the Menu key to open the context menu in the settings. 2. Successfully open the context menu in the Qt application. 3. In other applications, only Shift+F10 will work. SOFTWARE/OS VERSIONS Operating System: Manjaro Linux KDE Plasma Version: 6.3.2 KDE Frameworks Version: 6.11.0 Qt Version: 6.8.2 Kernel Version: 6.13.5-2-MANJARO (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 6800H with Radeon Graphics Memory: 13.3 GiB of RAM Graphics Processor: AMD Radeon Graphics Manufacturer: TIMI Product Name: Redmi Book Pro 15 2022 ADDITIONAL INFORMATION My laptop initially did not detect the Menu key (fn+r_ctrl), did not change the r_ctrl keystroke event code, so I added the following udev rule: ``` cat /etc/udev/hwdb.d/90-custom-keyboard.hwdb evdev:atkbd:dmi:* KEYBOARD_KEY_dd=menu ``` -- You are receiving this mail because: You are watching all bug changes.