officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 9 +++++++++ 1 file changed, 9 insertions(+)
New commits: commit 7ae0496adfa1b04a028c9c3cb6b587a85dd371e3 Author: Gabor Kelemen <[email protected]> AuthorDate: Tue Sep 30 08:51:33 2025 +0200 Commit: Gabor Kelemen <[email protected]> CommitDate: Fri Oct 3 16:21:31 2025 +0200 tdf#119676 modify shortcut of Extensions dialog for French reportedly Ctrl+Alt+E does not work with French layout Try Alt+Shift+Q Change-Id: Ie2a630cb3ca5d65e6f793cd5e8f1108f444b70ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191649 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <[email protected]> (cherry picked from commit b085558c5cfda4aee2832559ad09e9bb1754f93c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191816 Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 96163849a4e9..9cd934e91010 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -204,6 +204,15 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for unicode key input <prop oor:name="Command"> <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value> <value xml:lang="en-US">service:com.sun.star.deployment.ui.PackageManagerDialog</value> + <!-- tdf#119676 Turn off default shortcut for French --> + <value xml:lang="fr"></value> + </prop> + </node> + <!-- tdf#119676 Set Alt+Shift+Q shortcut for Extensions dialog in French --> + <node oor:name="Q_SHIFT_MOD2" oor:op="replace"> + <prop oor:name="Command"> + <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value> + <value xml:lang="fr">service:com.sun.star.deployment.ui.PackageManagerDialog</value> </prop> </node> <node oor:name="O_SHIFT_MOD1" oor:op="replace">
