Summary: | Disabling "Enable menu accelerators" does not work | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Jean-Francois Roy <jf> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | bodertz, danpaolella, florian.bescher22, steve_v |
Priority: | NOR | Keywords: | qt6 |
Version: | 24.01.80 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=482628 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jean-Francois Roy
2023-12-14 16:39:28 UTC
*** Bug 485493 has been marked as a duplicate of this bug. *** Still present in konsole 24.05.2 / plasma 6.1.5, renders konsole unusable for several high-profile CLI/TUI applications (emacs, mc, etc.) Hello, To be a bit more precise, this bug only concerns tool bar items. The menu bar accelerators are correctly disabled when the "Enable menu accelerators" option is unchecked. From what I understood, this takes place in the `MainWindow::removeMenuAccelerator` method in `src/MainWindow.cpp`. The method only modifies the accelerators for the menu bar: https://invent.kde.org/utilities/konsole/-/blob/e7cdecfb197761a885a50fa725578e939c3c740f/src/MainWindow.cpp#L192. I tired to retrieve the actions of the tool bar to try to implement a fix but unfortunately I am very new to developping KDE apps so I don't know how to retrieve and modify them. I think we can mark this bug as duplicate of 482628 now *** This bug has been marked as a duplicate of bug 482628 *** |