diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-09-14 02:02:38 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-09-13 23:06:38 +0000 |
commit | 74fd959945dbbfbc3dcc331a08ff8fc7c6410295 (patch) | |
tree | dbabc8792b2d774cb8d7d456bb3b2765a73484e4 /officecfg | |
parent | ebe46f14a266f7e538bc8b8fa6b9f7d78c5e308d (diff) |
tdf#74377 Keyboard shortcuts for context menus
Configurable through the options dialog. The default behavior
depends on the current vclplug (hide for gtk2/3 and OS X, show
otherwise).
Menus currently affected by this change:
- SfxDispatcher based context menus
- chart2 context menus
- vcl's Edit control context menu
- Several MenuBarManager based toolbar dropdowns.
Change-Id: Iad9fb99dc90e01c17cba9c07c1a2b262b920e11d
Reviewed-on: https://gerrit.libreoffice.org/28849
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 117f803a538a..dd3f6a562be9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2799,6 +2799,32 @@ </info> <value>true</value> </prop> + <prop oor:name="ShortcutsInContextMenus" oor:type="xs:short" oor:nillable="false"> + <!-- UIHints: Tools Options - General View [Section] Options --> + <info> + <desc>Indicates whether keyboard shortcuts should be displayed in + context menus.</desc> + <label>Shortcuts in context menus</label> + </info> + <constraints> + <enumeration oor:value="0"> + <info> + <desc>Hide</desc> + </info> + </enumeration> + <enumeration oor:value="1"> + <info> + <desc>Show</desc> + </info> + </enumeration> + <enumeration oor:value="2"> + <info> + <desc>Use the default setting for the current platform.</desc> + </info> + </enumeration> + </constraints> + <value>2</value> + </prop> </group> <group oor:name="Window"> <info> |