diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-09-04 15:50:38 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-09-10 09:39:31 +0200 |
commit | 854107d275aac0f4042a154145b95c34543f24c5 (patch) | |
tree | 886a780ded0602865650b4d47b1d237cbbf94ec0 /officecfg | |
parent | 81780168e35dce08e3d30d95eb3b9e65849d5a14 (diff) |
Resolves tdf#146906 - Keyboard shortcut conflict: Ctrl+F5
* Removes ToggleControlFocus from accelerators
Change-Id: I566307f680a528bb229cf640718e175602a42a39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172870
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 4a3962141caf..dbbb1621bd67 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -121,12 +121,6 @@ Ctrl+Shift+u aka U_SHIFT_MOD1 under GTK/IBUS is for unicode key input <value xml:lang="en-US">.uno:ViewDataSourceBrowser</value> </prop> </node> - <node oor:name="F5_MOD1" oor:op="replace"> - <prop oor:name="Command"> - <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value> - <value xml:lang="en-US">.uno:ToggleControlFocus</value> - </prop> - </node> <node oor:name="F7_SHIFT_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value> |