]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.ui
Make M-x show the minibuffer
[lyx.git] / lib / ui / stdtoolbars.ui
index 31f8fe677b1d82959693b072f80a0d10941bdcb8..31fab8bb32fdc8a453652929dc9824ee98e17962 100644 (file)
@@ -1,9 +1,20 @@
+# -*- text -*-
+
+# file stdtoolbars.ui
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Jean-Marc Lasgouttes
+# author John Levon
+
+# Full author contact details are available in file CREDITS.
+
 # A Toolbar starts like :
 #
 # A Toolbar starts like :
 #
-# Toolbar "Name"
+# Toolbar "name" "GUI Name"
 #
 # Only four commands are allowed inside the begin_toolbar and end_toolbar
 #
 # Only four commands are allowed inside the begin_toolbar and end_toolbar
-# directives: 
+# directives:
 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
 #          "<action> <parameter>"
 #      Examples:
 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
 #          "<action> <parameter>"
 #      Examples:
 #
 # This is the default toolbar:
 
 #
 # This is the default toolbar:
 
-Toolbar "Standard"
+Toolbar "standard" "Standard"
        Layouts
        Item "New document" "buffer-new"
        Item "Open document" "file-open"
        Item "Save document" "buffer-write"
        Layouts
        Item "New document" "buffer-new"
        Item "Open document" "file-open"
        Item "Save document" "buffer-write"
-       Item "Print document" "buffer-print"
+       Item "Print document" "dialog-show print"
        Separator
        Item "Undo" "undo"
        Item "Redo" "redo"
        Item "Cut" "cut"
        Item "Copy" "copy"
        Item "Paste" "paste"
        Separator
        Item "Undo" "undo"
        Item "Redo" "redo"
        Item "Cut" "cut"
        Item "Copy" "copy"
        Item "Paste" "paste"
-       Item "Find and replace" "find-replace"
+       Item "Find and replace" "dialog-show findreplace"
        Separator
        Item "Toggle emphasis style" "font-emph"
        Item "Toggle noun style" "font-noun"
        Separator
        Item "Toggle emphasis style" "font-emph"
        Item "Toggle noun style" "font-noun"
@@ -48,7 +59,7 @@ Toolbar "Standard"
        Item "Insert table" "tabular-insert 4 4"
 End
 
        Item "Insert table" "tabular-insert 4 4"
 End
 
-Toolbar "Extra"
+Toolbar "extra" "Extra"
        Item "Numbered list" "layout Enumerate"
        Item "Itemized list" "layout Itemize"
        Item "List" "layout List"
        Item "Numbered list" "layout Enumerate"
        Item "Itemized list" "layout Itemize"
        Item "List" "layout List"
@@ -70,14 +81,14 @@ Toolbar "Extra"
        Item "Insert TeX" "ert-insert"
        Item "Include file" "dialog-show-new-inset include"
        Separator
        Item "Insert TeX" "ert-insert"
        Item "Include file" "dialog-show-new-inset include"
        Separator
-       Item "Text Style" "layout-character"
-       Item "Paragraph Settings" "layout-paragraph"
+       Item "Text style" "dialog-show character"
+       Item "Paragraph settings" "layout-paragraph"
        Item "Table of contents" "toc-view"
        Item "Table of contents" "toc-view"
-       Item "Check spelling" "spellchecker"
+       Item "Check spelling" "dialog-show spellchecker"
        Item "Thesaurus" "thesaurus-entry"
 End
 
        Item "Thesaurus" "thesaurus-entry"
 End
 
-Toolbar "Table"
+Toolbar "table" "Table"
        Item "Add row" "tabular-feature append-row"
        Item "Add column" "tabular-feature append-column"
        Item "Delete row" "tabular-feature delete-row"
        Item "Add row" "tabular-feature append-row"
        Item "Add column" "tabular-feature append-column"
        Item "Delete row" "tabular-feature delete-row"
@@ -90,25 +101,26 @@ Toolbar "Table"
        Item "Set all lines" "tabular-feature set-all-lines"
        Item "Unset all lines" "tabular-feature unset-all-lines"
        Separator
        Item "Set all lines" "tabular-feature set-all-lines"
        Item "Unset all lines" "tabular-feature unset-all-lines"
        Separator
-       Item "Left aligned" "tabular-feature align-left"
-       Item "Centered" "tabular-feature align-center"
-       Item "Right aligned" "tabular-feature align-right"
-       Item "Top aligned" "tabular-feature valign-top"
-       Item "Vertically centered" "tabular-feature valign-center"
-       Item "Bottom aligned" "tabular-feature valign-bottom"
+       Item "Align left" "tabular-feature align-left"
+       Item "Align center" "tabular-feature align-center"
+       Item "Align right" "tabular-feature align-right"
+       Separator
+       Item "Align top" "tabular-feature valign-top"
+       Item "Align middle" "tabular-feature valign-middle"
+       Item "Align bottom" "tabular-feature valign-bottom"
        Separator
        Item "Rotate cell" "tabular-feature set-rotate-cell"
        Item "Rotate table" "tabular-feature set-rotate-tabular"
        Item "Set multi-column" "tabular-feature multicolumn"
 End
 
        Separator
        Item "Rotate cell" "tabular-feature set-rotate-cell"
        Item "Rotate table" "tabular-feature set-rotate-tabular"
        Item "Set multi-column" "tabular-feature multicolumn"
 End
 
-Toolbar "Math"
-       Item "Show math panel" "math-panel"
+Toolbar "math" "Math"
+       Item "Show math panel" "dialog-show mathpanel"
        Item "Set display mode" "math-display"
        Item "Subscript" "math-subscript"
        Item "Superscript" "math-superscript"
        Item "Set display mode" "math-display"
        Item "Subscript" "math-subscript"
        Item "Superscript" "math-superscript"
-       Item "Insert root" "math-insert \sqrt"
-       Item "Insert square root" "math-insert \root"
+       Item "Insert root" "math-insert \root"
+       Item "Insert square root" "math-insert \sqrt"
        Item "Insert sum" "math-insert \sum"
        Item "Insert integral" "math-insert \int"
        Item "Insert product" "math-insert \prod"
        Item "Insert sum" "math-insert \sum"
        Item "Insert integral" "math-insert \int"
        Item "Insert product" "math-insert \prod"
@@ -126,6 +138,6 @@ Toolbar "Math"
        Item "Delete column" "tabular-feature delete-column"
 End
 
        Item "Delete column" "tabular-feature delete-column"
 End
 
-Toolbar "Command Buffer"
+Toolbar "minibuffer" "Command Buffer"
        Minibuffer
 End
        Minibuffer
 End