summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-12-13 00:46:27 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2011-12-13 14:33:07 +0100
commitb26292882bf2439a78488b55b4ac21c244ef61b1 (patch)
treeb13ed4a5846ac67e9b2e6a362c1386e6ff8f00ac /officecfg
parent63961609e83e77252d75ced99a4141cba470b696 (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-'.'
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>