]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/default.ui
toolbar3.diff
[lyx.git] / lib / ui / default.ui
index 943924df8348db7bc1ae69b95acef933b52b035b..6a7cc5231ec374d3f496ab7f77131aa56b9c8814 100644 (file)
@@ -80,7 +80,7 @@ Menuset
        Item "Check TeX|h" "buffer-chktex"
        Item "Remove All Error Boxes|E" "error-remove-all"
        Item "Open/Close float|l" "inset-toggle"
-       Submenu "Change tracking|h" "edit_change"
+       Submenu "Change tracking|g" "edit_change"
        Separator
        Item "Preferences...|P" "dialog-preferences"
        Item "Reconfigure|R" "reconfigure"
@@ -209,18 +209,18 @@ Menuset
        Separator
        Item "TeX|T" "ert-insert"
        Item "Minipage|p" "minipage-insert"
-       Item "Graphics...|G" "graphics-insert"
+       Item "Graphics...|G" "dialog-show-new-inset graphics"
        Item "Tabular Material...|b" "tabular-insert"
        Submenu "Floats|a" "insert_floats"
        Separator
-       Item "Include File...|d" "buffer-child-insert"
+       Item "Include File...|d" "dialog-show-new-inset include"
        Submenu "Insert File|e" "insert_file"
        Item "External Material...|x" "dialog-show-new-inset external"
     End
 
     Menu "insert_special"
-       Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free; "
-       Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free; "
+       Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free-apply; "
+       Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free-apply; "
        Item "HFill|H" "hfill-insert"
        Item "Hyphenation Point|P" "hyphenation-point-insert"
        Item "Ligature Break|k" "ligature-break-insert"
@@ -246,6 +246,7 @@ Menuset
   Separator
        Item "Array Environment|y" "math-matrix 2 2"
        Item "Cases Environment|C" "math-insert \cases"
+       Item "Split Environment|S" "math-insert \split"
   Separator
        Submenu "Font Change|f" "insert_math_font"
        Item "Math Panel|l" "math-panel"
@@ -390,14 +391,20 @@ Menuset
 
 End
 
-# Setup your favorite Toolbar here:
+# A Toolbar starts like :
+#
+# Toolbar "Name" "on" 
+#
+# The second parameter is the status, and can be "on", "off", "math"
+# or "table". The last two make the toolbars appear and disappear automatically.
+#
 # Only three commands are allowed inside the begin_toolbar and end_toolbar
 # directives: 
-#   Icon "<action> [<parameter>]" adds an icon to the toolbar performing
+#   Item "<action> [<parameter>]" adds an icon to the toolbar performing
 #          "<action> <parameter>"
 #      Examples:
-#      Icon "font-size small"
-#      Icon set-emph
+#      Item "font-size small"
+#      Item set-emph
 #
 #   Layouts adds the layouts combo-box to the toolbar
 #
@@ -410,28 +417,28 @@ End
 #
 # This is the default toolbar:
 
-Toolbar
+Toolbar "Standard" "on"
     Layouts
-    Icon "file-open"
-    Icon "buffer-write"
-    Icon "buffer-print"
+    Item "Open document" "file-open"
+    Item "Save document" "buffer-write"
+    Item "Print document" "buffer-print"
     Separator
-    Icon "cut"
-    Icon "copy"
-    Icon "paste"
+    Item "Cut selection" "cut"
+    Item "Copy selection" "copy"
+    Item "Paste" "paste"
     Separator
-    Icon "font-emph"
-    Icon "font-noun"
-    Icon "font-free"
+    Item "Toggle emphasis style" "font-emph"
+    Item "Toggle noun style" "font-noun"
+    Item "Toggle free style" "font-free-apply"
     Separator
-    Icon "ert-insert"
-    Icon "math-mode"
-    #Icon "math-panel"
+    Item "Insert TeX" "ert-insert"
+    Item "Insert math" "math-mode"
+    #Item "math-panel"
     Separator
-    Icon "footnote-insert"
-    Icon "marginalnote-insert"
-    Icon "depth-increment"
+    Item "Insert footnote" "footnote-insert"
+    Item "Insert margin note" "marginalnote-insert"
+    Item "Increase depth" "depth-increment"
     Separator
-    Icon "graphics-insert"
-    Icon "tabular-insert"
+    Item "Insert graphics" "dialog-show-new-inset graphics"
+    Item "Insert table" "tabular-insert"
 End