[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
Sun Apr 28 17:46:31 UTC 2024
https://bugs.documentfoundation.org/show_bug.cgi?id=160465
V Stuart Foote <vsfoote at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vsfoote at libreoffice.org
--- Comment #3 from V Stuart Foote <vsfoote at libreoffice.org> ---
(In reply to Regina Henschel from comment #2)
> Ctrl+Shift+F6 belongs to the accessibility shortcuts of LibreOffice and
> works as intended.
> If a sheet in Calc is divided into two parts (menu View -> Split Window),
> then the shortcut Ctrl+Shift+F6 gives access to the dividing line so that it
> can be moved with the arrow keys.
>
> BTW, combinations with F6 and F10 are often accessibility shortcuts.
Yes, but the Key_F6,Key_MOD1,Key_SHIFT is *not* a VCL reserved shortcut as
listed in ReservedKeys[] array in svapp.cxx [1]; just Key_F6,Key_MOD1 is on the
reserved list.
Also, think the svapp.cxx only defines reserved two-key sequences, so why is
the three-key sequence showing as reserved? Suspect a logic error (handling of
both Key_SHIFT and Key_MOD1) in assigning it as reserved in acccfg.cxx [2]?
=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/vcl/source/app/svapp.cxx?r=e1c59fd5#99
and at #307
[2]
https://opengrok.libreoffice.org/xref/core/cui/source/customize/acccfg.cxx?r=fa869ef6#1067
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list