diff options
author | Mihkel Tõnnov <mihhkel@gmail.com> | 2020-05-15 14:20:23 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-07-03 10:50:17 +0200 |
commit | 1c7d792ae27d2a899244d30a9c3cd3c04b5755ae (patch) | |
tree | 1aca502645dc9eb7a6c2cff689e85a9328ed824e /officecfg | |
parent | da5cf5598ad9e1594f8257aa3faeece0b342cbfa (diff) |
tdf#126085: Enable Ctrl+Comma & Ctrl+Shift+Comma with European layouts
Also: tdf#127726, tdf#130073
As many European layouts don't have a semicolon key (";" is instead produced
by Shift+Comma), map .uno:InsertCurrentDate and .uno:InsertCurrentTime to
Ctrl+Comma and Ctrl+Shift+Comma, respectively.
The list of locales is based on information about national keyboard layouts
from Wikipedia (mostly https://en.wikipedia.org/wiki/QWERTY).
Change-Id: I858dc2affe2b29b8abfa3000a37cea43374837d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94305
Tested-by: Jenkins
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index accbc89aa8a8..06bfd060d9da 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -1219,21 +1219,55 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing <node oor:name="COMMA_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> + <value xml:lang="bs">.uno:InsertCurrentDate</value> + <value xml:lang="da">.uno:InsertCurrentDate</value> + <value xml:lang="de">.uno:InsertCurrentDate</value> <value xml:lang="es">.uno:InsertCurrentDate</value> + <value xml:lang="et">.uno:InsertCurrentDate</value> <value xml:lang="fi">.uno:InsertCurrentDate</value> - <value xml:lang="ru">.uno:InsertCurrentDate</value> + <value xml:lang="fo">.uno:InsertCurrentDate</value> + <value xml:lang="hr">.uno:InsertCurrentDate</value> + <value xml:lang="is">.uno:InsertCurrentDate</value> + <value xml:lang="it">.uno:InsertCurrentDate</value> + <value xml:lang="nb">.uno:InsertCurrentDate</value> + <value xml:lang="nl-NL">.uno:InsertCurrentDate</value> + <value xml:lang="nn">.uno:InsertCurrentDate</value> <value xml:lang="pt">.uno:InsertCurrentDate</value> <value xml:lang="pt-BR">.uno:InsertCurrentDate</value> + <value xml:lang="ro">.uno:InsertCurrentDate</value> + <value xml:lang="ru">.uno:InsertCurrentDate</value> + <value xml:lang="sl">.uno:InsertCurrentDate</value> + <value xml:lang="sq">.uno:InsertCurrentDate</value> + <value xml:lang="sr">.uno:InsertCurrentDate</value> + <value xml:lang="sv">.uno:InsertCurrentDate</value> + <value xml:lang="tr">.uno:InsertCurrentDate</value> </prop> </node> <node oor:name="COMMA_SHIFT_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> + <value xml:lang="bs">.uno:InsertCurrentTime</value> + <value xml:lang="da">.uno:InsertCurrentTime</value> + <value xml:lang="de">.uno:InsertCurrentTime</value> <value xml:lang="es">.uno:InsertCurrentTime</value> + <value xml:lang="et">.uno:InsertCurrentTime</value> <value xml:lang="fi">.uno:InsertCurrentTime</value> - <value xml:lang="ru">.uno:InsertCurrentTime</value> + <value xml:lang="fo">.uno:InsertCurrentTime</value> + <value xml:lang="hr">.uno:InsertCurrentTime</value> + <value xml:lang="is">.uno:InsertCurrentTime</value> + <value xml:lang="it">.uno:InsertCurrentTime</value> + <value xml:lang="nb">.uno:InsertCurrentTime</value> + <value xml:lang="nl-NL">.uno:InsertCurrentTime</value> + <value xml:lang="nn">.uno:InsertCurrentTime</value> <value xml:lang="pt">.uno:InsertCurrentTime</value> <value xml:lang="pt-BR">.uno:InsertCurrentTime</value> + <value xml:lang="ro">.uno:InsertCurrentTime</value> + <value xml:lang="ru">.uno:InsertCurrentTime</value> + <value xml:lang="sl">.uno:InsertCurrentTime</value> + <value xml:lang="sq">.uno:InsertCurrentTime</value> + <value xml:lang="sr">.uno:InsertCurrentTime</value> + <value xml:lang="sv">.uno:InsertCurrentTime</value> + <value xml:lang="tr">.uno:InsertCurrentTime</value> </prop> </node> <node oor:name="BRACKETLEFT_MOD1" oor:op="replace"> |