]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
revert r19291 (mk4ht returns the wrong error code))
[lyx.git] / lib / ui / stdmenus.inc
index 1a9339afb20ca84ee1883004e872b89af5c21928..cdf6a190b4f006992fb5c0eae073120f554ff0b0 100644 (file)
@@ -90,6 +90,8 @@ Menuset
                Submenu "Paste Recent|e" "edit_pasterecent"
                Submenu "Paste Special" "edit_paste"
                Separator
+               Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
+               Separator
                Item "Find & Replace...|F" "dialog-show findreplace"
                Separator
                Item "Move Paragraph Up|o" "paragraph-move-up"
@@ -125,11 +127,11 @@ Menuset
        End
 
        Menu "edit_paste"
-               Item "Plain Text as Lines|i" "clipboard-paste"
-               Item "Plain Text as Paragraphs|a" "clipboard-paste paragraph"
+               Item "Plain Text|T" "clipboard-paste"
+               Item "Plain Text, Join Lines|J" "clipboard-paste paragraph"
                Separator
-               Item "Paste Selection as Lines|L" "primary-selection-paste"
-               Item "Paste Selection as Paragraphs|P" "primary-selection-paste paragraph"
+               Item "Selection|S" "primary-selection-paste"
+               Item "Selection, Join Lines|i" "primary-selection-paste paragraph"
        End
 
        Menu "edit_pasterecent"
@@ -262,7 +264,7 @@ Menuset
                Item "Open All Insets|O" "all-insets-toggle open"
                Item "Close All Insets|C" "all-insets-toggle close"
                Separator
-               Item "View Source|S" "dialog-show view-source"
+               Item "View Source|S" "dialog-toggle view-source"
                Submenu "Update|U" "view_update"
                ViewFormats
                Separator
@@ -291,15 +293,16 @@ Menuset
                Submenu "List / TOC|i" "insert_toc"
                Submenu "Float|a" "insert_float"
                Submenu "Note|N" "insert_note"
-               OptSubmenu "Branch|B" "insert_branches"
+               Submenu "Branch|B" "insert_branches"
                Submenu "File|e" "insert_file"
                Item "Box" "box-insert Frameless"
                Separator
                Item "Citation...|C" "dialog-show-new-inset citation"
                Item "Cross-Reference...|R" "dialog-show-new-inset ref"
                Item "Label...|L" "label-insert"
+               Item "Caption" "caption-insert"
                Item "Index Entry|d" "index-insert"
-               Item "Glossary Entry|y" "nomencl-insert"
+               Item "Nomenclature Entry...|y" "nomencl-insert"
                Separator
                Item "Table...|T" "tabular-insert"
                Item "Graphics...|G" "dialog-show-new-inset graphics"
@@ -308,6 +311,7 @@ Menuset
                Item "Marginal Note|M" "marginalnote-insert"
                Item "Short Title|S" "optional-insert"
                Item "TeX Code|X" "ert-insert"
+               Item "Program Listing" "listing-insert"
                Item "Date" "date-insert"
        End
 
@@ -358,7 +362,10 @@ Menuset
                Item "Gathered Environment|h" "command-sequence math-mode on; math-insert \gathered"
                Item "Split Environment|S" "command-sequence math-mode on; math-insert \split; tabular-feature append-column"
                Separator
-               Item "Math Panel|P" "dialog-show mathpanel"
+               Item "Delimiters|r" "dialog-show mathdelimiter"
+               Item "Matrix|x" "dialog-show mathmatrix"
+               Separator
+               Item "Toggle Math Panels" "toolbar-toggle math_panels"
        End
 
        Menu "insert_float"
@@ -371,14 +378,14 @@ Menuset
                Item "Table of Contents|C" "toc-insert"
                FloatListInsert
                Item "Index List|I" "index-print"
-               Item "Glossary|G" "nomencl-print"
+               Item "Nomenclature|N" "nomencl-print"
                Item "BibTeX Bibliography...|B" "dialog-show-new-inset bibtex"
        End
 
        Menu "insert_file"
                Item "LyX Document...|X" "file-insert"
-               Item "Plain Text as Lines...|L" "file-insert-ascii"
-               Item "Plain Text as Paragraphs...|P" "file-insert-ascii-para"
+               Item "Plain Text...|T" "file-insert-plaintext"
+               Item "Plain Text, Join Lines...|J" "file-insert-plaintext-para"
                Separator
                Item "External Material...|M" "dialog-show-new-inset external"
                Item "Child Document...|d" "dialog-show-new-inset include"
@@ -387,7 +394,9 @@ Menuset
        Menu "insert_note"
                Item "LyX Note|N" "note-insert Note"
                Item "Comment|C" "note-insert Comment"
+               Item "Framed|F" "note-insert Framed"
                Item "Greyed Out|G" "note-insert Greyedout"
+               Item "Shaded|S" "note-insert Shaded"
        End
 
        Menu "insert_branches"
@@ -402,10 +411,10 @@ Menuset
                Submenu "Change Tracking|C" "document_change"
                OptItem "Build Program|B" "build-program"
                Item "LaTeX Log|L" "dialog-show latexlog"
-               Item "Table of Contents|T" "toc-view"
+               Item "Outline|O" "dialog-toggle toc"
                Item "Start Appendix Here|A" "appendix"
                Separator
-               Item "Compressed|o" "buffer-toggle-compression"
+               Item "Compressed|m" "buffer-toggle-compression"
                Item "Settings...|S" "dialog-show document"
        End
 
@@ -433,7 +442,11 @@ Menuset
        End
 
        Menu "navigate_bookmarks"
-               Item "Save Bookmark|S" "bookmark-save 1"
+               Item "Save Bookmark 1|S" "bookmark-save 1"
+               Item "Save Bookmark 2" "bookmark-save 2"
+               Item "Save Bookmark 3" "bookmark-save 3"
+               Item "Save Bookmark 4" "bookmark-save 4"
+               Item "Save Bookmark 5" "bookmark-save 5"
                Item "Clear Bookmarks|C" "bookmark-clear"
                Separator
                Bookmarks
@@ -465,6 +478,7 @@ Menuset
                Item "Tutorial|T" "help-open Tutorial"
                Item "User's Guide|U" "help-open UserGuide"
                Item "Extended Features|E" "help-open Extended"
+               Item "Embedded Objects|m" "help-open EmbeddedObjects" 
                Item "Customization|C" "help-open Customization"
                Item "FAQ|F" "help-open FAQ"
                Item "Table of Contents|a" "help-open TOC"