officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |   38 
+++++++++-
 1 file changed, 36 insertions(+), 2 deletions(-)

New commits:
commit 1c7d792ae27d2a899244d30a9c3cd3c04b5755ae
Author:     Mihkel Tõnnov <[email protected]>
AuthorDate: Fri May 15 14:20:23 2020 +0200
Commit:     Heiko Tietze <[email protected]>
CommitDate: Fri Jul 3 10:50:17 2020 +0200

    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 <[email protected]>
    Reviewed-by: Heiko Tietze <[email protected]>

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">
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to