[Libreoffice-bugs] [Bug 54169] LibO doesn’t obey Windows OS setting “only show the accelerator underline when the Alt key is being pressed”

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jan 9 10:11:25 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=54169

--- Comment #58 from Mike Kaganski <mikekaganski at hotmail.com> ---
In short, the problems highlighted in comment 56 and comment 57 may be fixed by
replacing the check for KEY_ESCAPE in the code that controls showing
accelerators in MenuBarWindow::HandleKeyEvent in
vcl/source/window/menubarwindow.cxx with a check if there is an highlighted
menu item (i.e., m_nHighlightedItem is not ITEMPOS_INVALID). However, it should
be checked if this does not cause unexpected change of behavior in non-Windows
environments, where the expected interactions might differ.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210109/002546ed/attachment.htm>


More information about the Libreoffice-bugs mailing list