diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-06-27 20:46:25 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-27 20:27:50 +0000 |
commit | 4318931ac9993527b7ae24a1284903db91254989 (patch) | |
tree | c55627ad6d7b1d184207f56b725a688bff1209c4 /officecfg | |
parent | a47abed65e55683f2511ea7608aceae0d38eae86 (diff) |
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@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index d4d9582c1a10..62f8cfcf21aa 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"> |