diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2021-06-02 00:13:28 +0200 |
---|---|---|
committer | Balazs Varga <varga.balazs3@nisz.hu> | 2021-06-10 13:55:13 +0200 |
commit | 3882a1811155415cba63ffc08f0f4863c0dbb3b7 (patch) | |
tree | cb7054df20285ea1814204be038deb1a83c053a5 /officecfg/registry | |
parent | 5bd31b7116abbb61f330783ab12aa302f9e8c43c (diff) |
tdf#142612 Replace Show Formula command shortcut for Hungarian
Use the Excel-compatible shortcut that can be entered with
Hungarian keyboard layout on Windows. Backtick is AltGr+7
which does not work correctly when combined with Ctrl.
Change-Id: I9f5da857a041733c63c124b3aff3d1834f8405f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116562
Tested-by: Jenkins
Reviewed-by: Balazs Varga <varga.balazs3@nisz.hu>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 435e29ae96c6..8e7f749bc096 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -1167,10 +1167,18 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing <value xml:lang="en-US">.uno:SuperScript</value> </prop> </node> + <node oor:name="POINT_MOD2" oor:op="replace"> + <prop oor:name="Command"> + <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> + <!-- tdf#142612 Replace shortcut from Ctrl + ` to Alt + . for Hungarian only --> + <value xml:lang="hu" install:module="unxwnt">.uno:ToggleFormula</value> + </prop> + </node> <node oor:name="QUOTELEFT_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> <value xml:lang="en-US" install:module="unxwnt">.uno:ToggleFormula</value> + <value xml:lang="hu" install:module="unxwnt"></value> </prop> </node> <node oor:name="QUOTELEFT_MOD3" oor:op="replace"> |