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

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needsUXEval                 |
                 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
                   |.freedesktop.org            |tion.org
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=14
                   |                            |6906

--- Comment #4 from Heiko Tietze <[email protected]> ---
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 the assignee for the bug.

Reply via email to