]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
German UserGuide.lyx: remove wrong example hyperlink
[lyx.git] / lib / ui / stdmenus.inc
index 309b3da976a6d4d0a63c158d9008abafd064ce2d..b6512a9b58440300a748e31d49d9e428ed4767ce 100644 (file)
@@ -63,9 +63,9 @@ Menuset
                OptItem "Register...|R" "vc-register"
                OptItem "Check In Changes...|I" "vc-check-in"
                OptItem "Check Out for Edit|O" "vc-check-out"
-               OptItem "Revert to Last Version|L" "vc-revert"
+               OptItem "Revert to Repository Version|R" "vc-revert"
                OptItem "Undo Last Check In|U" "vc-undo-last"
-               OptItem "Show History|H" "dialog-show vclog"
+               OptItem "Show History...|H" "dialog-show vclog"
        End
 
        Menu "file_import"
@@ -133,6 +133,11 @@ Menuset
                Separator
                Item "Selection|S" "primary-selection-paste"
                Item "Selection, Join Lines|i" "primary-selection-paste paragraph"
+               Separator
+               Item "Paste As LinkBack PDF" "paste linkback"
+               Item "Paste As PDF" "paste pdf"
+               Item "Paste As PNG" "paste png"
+               Item "Paste As JPEG" "paste jpeg"
        End
 
        Menu "edit_pasterecent"
@@ -174,17 +179,17 @@ Menuset
                Item "Add Row|A" "tabular-feature append-row"
                Item "Delete Row|D" "tabular-feature delete-row"
                Item "Copy Row|o" "tabular-feature copy-row"
-               Item "Swap Rows|S" "tabular-feature swap-row"
+               # Item "Swap Rows|S" "tabular-feature swap-row" # currently broken
                Separator
                Item "Add Column|u" "tabular-feature append-column"
                Item "Delete Column|e" "tabular-feature delete-column"
                Item "Copy Column|p" "tabular-feature copy-column"
-               Item "Swap Columns|w" "tabular-feature swap-column"
+               # Item "Swap Columns|w" "tabular-feature swap-column" # currently broken
        End
 
        Menu "edit_math"
-               Item "Toggle Numbering|N" "math-number"
-               Item "Toggle Numbering of Line|u" "math-nonumber"
+               Item "Number whole Formula|N" "math-number-toggle"
+               Item "Number this Line|u" "math-number-line-toggle"
                Submenu "Change Limits Type|L" "edit_math_limits"
                Submenu "Macro Definition" "edit_math_macro_definition"
                Separator
@@ -289,6 +294,10 @@ Menuset
                Submenu "Update|U" "view_update"
                ViewFormats
                Separator
+               Item "Split View Into Left And Right Half|i" "split-view horizontal"
+               Item "Split View Into Upper And Lower Half|V" "split-view vertical"
+               Item "Close Tab Group|G" "close-tab-group"
+               Item "Fullscreen|l" "ui-toggle fullscreen"
                Submenu "Toolbars|b" "toolbars"
                Separator
            Documents
@@ -339,12 +348,15 @@ Menuset
        End
 
        Menu "insert_special"
-               Item "Ellipsis|i" "dots-insert"
-               Item "End of Sentence|E" "end-of-sentence-period-insert"
+               Item "Symbols...|b" "dialog-show symbols"
+               Item "Ellipsis|i" "specialchar-insert dots"
+               Item "End of Sentence|E" "specialchar-insert end-of-sentence"
                Item "Ordinary Quote|Q" "self-insert \""
                Item "Single Quote|S" "quote-insert single"
-               Item "Menu Separator|M" "menu-separator-insert"
-               Item "Phonetic Symbols|y" "command-sequence math-mode on; math-insert \text\textipa ; char-forward ;"
+               Item "Protected Hyphen|y" "specialchar-insert nobreakdash"
+               Item "Breakable Slash|a" "specialchar-insert slash"
+               Item "Menu Separator|M" "specialchar-insert menu-separator"
+               Item "Phonetic Symbols|P" "command-sequence math-mode on; math-insert \text\textipa ; char-forward ;"
        End
 
        Menu "insert_formatting"
@@ -354,23 +366,25 @@ Menuset
                Item "Protected Space|P" "space-insert protected"
                Item "Inter-word Space|w" "space-insert normal"
                Item "Thin Space|T" "space-insert thin"
-               Item "Horizontal Fill|F" "hfill-insert"
+               Item "Horizontal Space...|o" "dialog-show-new-inset space"
                Item "Horizontal Line|L" "line-insert"
                Item "Vertical Space...|V" "dialog-show-new-inset vspace"
                Separator
-               Item "Hyphenation Point|H" "hyphenation-point-insert"
-               Item "Ligature Break|k" "ligature-break-insert"
-               Item "Line Break|B" "break-line"
+               Item "Hyphenation Point|H" "specialchar-insert hyphenation"
+               Item "Ligature Break|k" "specialchar-insert ligature-break"
+               Item "Ragged Line Break|R" "newline-insert newline"
+               Item "Justified Line Break|J" "newline-insert linebreak"
                Separator
-               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;"
@@ -385,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"
@@ -419,9 +431,7 @@ 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"
@@ -489,7 +499,7 @@ Menuset
        Menu "tools"
                Item "Spellchecker...|S" "dialog-show spellchecker"
                OptItem "Thesaurus...|T" "thesaurus-entry"
-               Item "Count Words|W" "words-count"
+               Item "Statistics...|a" "statistics"
                OptItem "Check TeX|h" "buffer-chktex"
                Item "TeX Information|I" "dialog-show texinfo"
                Separator
@@ -508,10 +518,12 @@ 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 "Embedded Objects|O" "help-open EmbeddedObjects"
+               Item "Math|M" "help-open Math"
                Item "Customization|C" "help-open Customization"
                Item "Shortcuts|S" "help-open Shortcuts"
                Item "FAQ|F" "help-open FAQ"
+               Item "LyX Functions|y" "help-open LFUNs"
                Item "Table of Contents|a" "help-open TOC"
                Item "LaTeX Configuration|L" "help-open LaTeXConfig"
                Separator
@@ -519,3 +531,4 @@ Menuset
        End
 
 End
+