[Bug 160465] Ctrl+Shift+F6 is marked reserved, but doesn't do anything
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 29 09:08:38 UTC 2024
https://bugs.documentfoundation.org/show_bug.cgi?id=160465
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needsUXEval |
CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
|.freedesktop.org |tion.org
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=14
| |6906
--- Comment #4 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Reminds me on bug 146906 comment 23. And there is
ScGridWindow::KeyInput()
#ifdef DBG_UTIL
if (rKeyCode.IsMod1() && rKeyCode.IsShift())
...
else if (rKeyCode.GetCode() == KEY_F6)
It looks like a bug when reserved keys are ctrl+F6 and shift+f6 making
ctrl+shift+f6 disabled too. Test-wise I commented out
vcl::KeyCode(KEY_F6,KEY_MOD1) and could assign a command to ctrl+shift+f6.
Ultimately we should not have any hard-coded key and show the actual assignment
in the customization dialog.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list