From f0282aeddc4df555a273c20e8480cef586960ac8 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Thu, 3 Dec 2015 11:29:30 +0300 Subject: related to tdf#73691 - don't conflict with menu hotkeys Although German (de) was remapped to use Alt-C instead, it still assigned the en-US alt-X assignment as well, and accelerators take precedence over menu ~ indicated keys. So a blank assignment needs to be made in the alt-X accelerator for any language that conflicts. Added vietnamese as well - it conflicts with both alt-x and alt-c, so not assigning any accelerator to it for now. A vietnamese can request and suggest an appropriate accelerator combination. Change-Id: Id972f5125ccab5eaca72b6a114099a5b441b055d Reviewed-on: https://gerrit.libreoffice.org/20365 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 434b2e609158..bbaa03027014 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -212,6 +212,12 @@ I10N SHORTCUTS - NO TRANSLATE .uno:UnicodeNotationToggle + + + -- cgit