https://bugs.documentfoundation.org/show_bug.cgi?id=160465
--- Comment #5 from V Stuart Foote <[email protected]> --- (In reply to Heiko Tietze from comment #4) > 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. OK, but there is a distinction to be made between shortcuts baked into UNO and other editshell based or VCL level shortcuts. Real issue is that the later shortcuts do not make it onto the customize dialog--even if non-editable. Current "reserved" mechanism seems dated. -- You are receiving this mail because: You are the assignee for the bug.
