]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
German UserGuide.lyx: typo spotted by Hartmut
[lyx.git] / lib / ui / stdmenus.inc
index 521f29116b935a5f9879929670aec900fb5686c9..9e76fc791ebc33d5da218b77e2e2d6182b2840ea 100644 (file)
@@ -372,19 +372,19 @@ Menuset
                Separator
                Item "Hyphenation Point|H" "specialchar-insert hyphenation"
                Item "Ligature Break|k" "specialchar-insert ligature-break"
-               Item "New Line|e" "new-line"
-               Item "Line Break|B" "line-break"
+               Item "Ragged Line Break|R" "newline-insert newline"
+               Item "Justified Line Break|J" "newline-insert linebreak"
                Separator
-               Item "New Page|N" "newpage-insert"
-               Item "Page Break|a" "pagebreak-insert"
-               Item "Clear Page|C" "clearpage-insert"
-               Item "Clear Double Page|D" "cleardoublepage-insert"
+               Item "New Page|N" "newpage-insert newpage"
+               Item "Page Break|a" "newpage-insert pagebreak"
+               Item "Clear Page|C" "newpage-insert clearpage"
+               Item "Clear Double Page|D" "newpage-insert cleardoublepage"
        End
 
        Menu "insert_math"
                Item "Inline Formula|I" "math-mode on"
                Item "Display Formula|D" "math-display"
-               Item "Numbered Formula|N" "command-sequence math-display; math-number;"
+               Item "Numbered Formula|N" "command-sequence math-display; math-number-toggle;"
                Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
                Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
                Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"
@@ -399,11 +399,9 @@ 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 "Delimiters|r" "dialog-show mathdelimiter"
-               Item "Matrix|x" "dialog-show mathmatrix"
+               Item "Delimiters...|r" "dialog-show mathdelimiter"
+               Item "Matrix...|x" "dialog-show mathmatrix"
                Item "Macro|o" "math-macro newmacroname newcommand"
-               Separator
-               Item "Toggle Math Panels" "toolbar-toggle math_panels"
        End
 
        Menu "insert_float"
@@ -531,72 +529,5 @@ Menuset
                Item "About LyX|X" "dialog-show aboutlyx"
        End
 
-#
-# InsetMath context menu
-#
-       Menu "context-math"
-               Item "Equation Label|L" "label-insert"
-               Item "Toggle Labeling/Numbering|T" "math-number-toggle"
-       End
-
-
-#
-# InsetRef context menu
-#
-       Menu "context-ref"
-               Item "Next Cross-Reference|N" "reference-next"
-               Item "Go to Label|G" "label-goto"
-       End
-
-#
-# InsetLabel context menu
-#
-       Menu "context-label"
-               Item "Next Cross-Reference|N" "reference-next"
-               Item "Go back to Reference|G" "bookmark-goto 0"
-       End
-
-#
-# InsetCollapsable context menu
-#
-       Menu "context-collapsable"
-               Item "Open Inset|O" "inset-toggle open"
-               Item "Close Inset|C" "inset-toggle close"
-       End
-
-#
-# Edit context menu
-#
-       Menu "context-edit"
-               Item "Cut" "cut"
-               Item "Copy" "copy"
-               Item "Paste" "paste"
-               Submenu "Paste Recent|e" "edit_pasterecent"
-               Separator
-               Item "Jump to Saved Bookmark|B" "bookmark-goto 0"
-               Separator
-               Item "Move Paragraph Up|o" "paragraph-move-up"
-               Item "Move Paragraph Down|v" "paragraph-move-down"
-               Separator
-               Item "Apply Last Text Style|A" "font-free-apply"
-               Submenu "Text Style|S" "edit_textstyles"
-               Item "Paragraph Settings...|P" "layout-paragraph"
-               Separator
-               Item "Fullscreen Mode" "ui-toggle fullscreen"
-       End
-
-       Menu "context-math-macro-definition"
-               Item "Append Parameter" "math-macro-add-param"
-               Item "Remove Last Parameter" "math-macro-remove-param"
-                Separator
-               Item "Make First Non-Optional into Optional Parameter" "math-macro-make-optional"
-               Item "Make Last Optional into Non-Optional Parameter" "math-macro-make-nonoptional"
-                Item "Insert Optional Parameter" "math-macro-add-optional-param"
-                Item "Remove Optional Parameter" "math-macro-remove-optional-param"
-               Separator
-               Item "Append Parameter Eating From The Right" "math-macro-append-greedy-param"
-                Item "Append Optional Parameter Eating From The Right" "math-macro-add-greedy-optional-param"
-               Item "Remove Last Parameter Spitting Out To The Right" "math-macro-remove-greedy-param"
-       End
-
 End
+