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

V Stuart Foote <vstuart.fo...@utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|regression                  |

--- Comment #8 from V Stuart Foote <vstuart.fo...@utsa.edu> ---
(In reply to Luke from comment #7)
> I think this is a case of poorly chosen short-cut. OpenOffice does not bind
> common windows short-cuts like ctrl+alt+e and ctrl+alt+t as it's standard
> for them to insert € and ™. On Windows at least, we should follow this
> standard.

No, that is just incorrect on *all* counts... <Ctrl>+<Alt> was used in OOo and
recognized for conflicting with <AtlGr> mappings on systems using Windows with
us-international key mappings. Have not looked at an AOO source tree, but do
not believe that has been changed.

Also, there is no "standard", just a Microsoft practice of os mapping
<Ctrl>+<Alt> to <AltGr> to support keyboards without a second <R-Alt> keysym
used for the AltGr toggle.

So, this remains dependent on physical keyboard, the os Keyboard mapping
selected, and finally on the locale setting in LibreOffice (picked up from os,
or as assigned).

With few exceptions, the default shortcuts/accelerators are assigned from:

https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu

The paired _MOD1_MOD2, are the <Ctrl>+<Alt> shortcuts

The actual source bypassing the <Ctrl>+<Alt> to allow it os mapping of <AltGr>
is about here:

https://opengrok.libreoffice.org/xref/core/vcl/win/window/salframe.cxx#3545

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to