[Libreoffice-commits] core.git: officecfg/registry

Yousuf Philips philipz85 at hotmail.com
Mon Jun 27 20:28:20 UTC 2016


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

New commits:
commit 4318931ac9993527b7ae24a1284903db91254989
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Mon Jun 27 20:46:25 2016 +0400

    tdf#96969 Use Ctrl+Shift+Space for Select Column in Chinese
    
    Change-Id: I7b7d6ac6d4ce0b72dee0d568724a2c3065ea3db6
    Reviewed-on: https://gerrit.libreoffice.org/26725
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index d4d9582..62f8cfcf 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -1182,6 +1182,8 @@
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
             <value xml:lang="en-US" install:module="unxwnt">.uno:SelectAll</value>
+            <value xml:lang="zh-TW" install:module="unxwnt">.uno:SelectColumn</value>
+            <value xml:lang="zh-CN" install:module="unxwnt">.uno:SelectColumn</value>
           </prop>
         </node>
         <node oor:name="SPACE_SHIFT_MOD3" oor:op="replace">


More information about the Libreoffice-commits mailing list