[Libreoffice-bugs] [Bug 127726] Default shortcut keys Ctrl+; and Ctrl+Shift+; (to insert current date/time) clash on Estonian keyboard layout

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon May 11 16:13:30 UTC 2020


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

--- Comment #10 from Mihkel Tõnnov <mihhkel at gmail.com> ---
(In reply to Mihkel Tõnnov from comment #8)
> Can't use the same shortcuts as in Excel (Ctrl+Shift+Comma &
> Ctrl+Shift+Point), because neither Ctrl+: nor Ctrl+Shift+. can currently be
> assigned as shortcuts in the Customize - Keyboard dialog. To enable that,
> colon key (= Shift+Point on Estonian layout, as on many others) should be
> defined in cui/source/customize/acccfg.cxx.
Found that this is true only with the KF5 VCL-plugin:
VCL   Tools - Customize - Keyboard detects keypress as...
kf5   Ctrl+.   Ctrl+,             Ctrl+Shift+;    (nothing)
gtk3  Ctrl+.   Ctrl+,             Ctrl+Shift+;   Ctrl+Shift+.
gen   Ctrl+.   Ctrl+comma [sic!]  Ctrl+Shift+;   Ctrl+Shift+.
win   Ctrl+.   Ctrl+,             Ctrl+Shift+,   Ctrl+Shift+.

Note how Windows detects Ctrl+Shift+Comma while others detect
Ctrl+Shift+Semicolon - yet all except KF5 detect Ctrl+Shift+Point. I assume
this is caused by colon not being defined as a key in acccfg.cxx.

In any case, seems I managed to submit the patch for review:
https://gerrit.libreoffice.org/c/core/+/93983

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200511/a204397a/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list