summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-12-13 00:46:27 +0100
committerAndras Timar <atimar@suse.com>2011-12-13 14:57:51 +0100
commitd0b0dabaa949cf279420c3770265acc4f8532bfa (patch)
tree2be967ffab45553fd47e107de2910ff6444a2f79 /officecfg
parent039d4b20e14a71ec82eb4e53c69eda3feb33ab0e (diff)
fdo#30714 Use different default key bindings for Hungarian locale
Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.' Signed-off-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Accelerators.xcu10
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 2f0bfefd486f..30702f9de4f6 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -815,6 +815,16 @@
<value xml:lang="en-US">.uno:InsertCurrentTime</value>
</prop>
</node>
+ <node oor:name="POINT_MOD1" oor:op="replace">
+ <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
+ <value xml:lang="hu">.uno:InsertCurrentDate</value>
+ </prop>
+ </node>
+ <node oor:name="POINT_SHIFT_MOD1" oor:op="replace">
+ <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
+ <value xml:lang="hu">.uno:InsertCurrentTime</value>
+ </prop>
+ </node>
<node oor:name="BRACKETLEFT_MOD1" oor:op="replace">
<prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
<value xml:lang="en-US">.uno:MarkPrecedents</value>