https://bugs.kde.org/show_bug.cgi?id=478515
--- Comment #3 from flobsh <florian.besche...@gmail.com> --- 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. -- You are receiving this mail because: You are watching all bug changes.