]> git.lyx.org Git - features.git/commitdiff
Fix accelerators
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 8 Apr 2023 15:27:06 +0000 (17:27 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 8 Apr 2023 15:27:06 +0000 (17:27 +0200)
lib/ui/stdtoolbars.inc

index 2e6663a02cc4cd7a68f53f6c1b6309dd3b0df73e..5792316c7dc8b50d35887dadaaf302a27b615b25 100644 (file)
@@ -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.