From 8a99092d77420dc253612dcce043bae6f9eac477 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 8 Apr 2023 17:27:06 +0200 Subject: [PATCH] Fix accelerators --- lib/ui/stdtoolbars.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc index 2e6663a02c..5792316c7d 100644 --- a/lib/ui/stdtoolbars.inc +++ b/lib/ui/stdtoolbars.inc @@ -301,27 +301,27 @@ ToolbarSet End Toolbar "toolbar-toggle_math" "Show math toolbar" - Item "[[Toolbar]]On" "toolbar-set math on" - Item "[[Toolbar]]Off" "toolbar-set math off" - Item "[[Toolbar]]Automatic" "toolbar-set math auto" + Item "[[Toolbar]]&On" "toolbar-set math on" + Item "[[Toolbar]]O&ff" "toolbar-set math off" + Item "[[Toolbar]]&Automatic" "toolbar-set math auto" End Toolbar "toolbar-toggle_math_panels" "Show math panels" - Item "[[Toolbar]]On" "toolbar-set math_panels on" - Item "[[Toolbar]]Off" "toolbar-set math_panels off" - Item "[[Toolbar]]Automatic" "toolbar-set math_panels auto" + Item "[[Toolbar]]&On" "toolbar-set math_panels on" + Item "[[Toolbar]]O&ff" "toolbar-set math_panels off" + Item "[[Toolbar]]&Automatic" "toolbar-set math_panels auto" End Toolbar "toolbar-toggle_table" "Show table toolbar" - Item "[[Toolbar]]On" "toolbar-set table on" - Item "[[Toolbar]]Off" "toolbar-set table off" - Item "[[Toolbar]]Automatic" "toolbar-set table auto" + Item "[[Toolbar]]&On" "toolbar-set table on" + Item "[[Toolbar]]O&ff" "toolbar-set table off" + Item "[[Toolbar]]&Automatic" "toolbar-set table auto" End Toolbar "toolbar-toggle_review" "Show review toolbar" - Item "[[Toolbar]]On" "toolbar-set review on" - Item "[[Toolbar]]Off" "toolbar-set review off" - Item "[[Toolbar]]Automatic" "toolbar-set review auto" + Item "[[Toolbar]]&On" "toolbar-set review on" + Item "[[Toolbar]]O&ff" "toolbar-set review off" + Item "[[Toolbar]]&Automatic" "toolbar-set review auto" End # The following three toolbars are disabled because of missing icons. -- 2.39.5