]> git.lyx.org Git - features.git/blobdiff - lib/ui/stdmenus.inc
Adapt all German and English manuals to new index features
[features.git] / lib / ui / stdmenus.inc
index 8138f959e54bd0c67ebd640a233e06d99ae62a5e..301cdac8d7b69cdac8edf64dc0628d685dda4478 100644 (file)
@@ -338,7 +338,7 @@ Menuset
        Menu "view"
                Item "Outline Pane|O" "dialog-toggle toc"
                Item "Code Preview Pane|P" "dialog-toggle view-source"
-               Item "Messages Pane|g" "dialog-toggle progress"
+               Item "Messages Pane|M" "dialog-toggle progress"
                Submenu "Toolbars|T" "toolbars"
                Separator
                OptItem "Unfold Math Macro|n" "math-macro-unfold"
@@ -391,6 +391,7 @@ Menuset
                Item "Label...|L" "label-insert"
                Captions
                Indices
+               OptSubmenu "Index Properties" "index_properties"
                Item "Nomenclature Entry...|y" "nomencl-insert"
                Separator
                Item "Table...|T" "tabular-insert"
@@ -415,7 +416,7 @@ Menuset
                Item "End of Sentence|E" "specialchar-insert end-of-sentence"
                Item "Plain Quotation Mark|Q" "quote-insert outer auto plain"
                Item "Inner Quotation Mark|n" "quote-insert inner"
-               Item "Protected Hyphen|y" "specialchar-insert nobreakdash"
+               Item "Non-Breaking Hyphen|y" "specialchar-insert nobreakdash"
                Item "Breakable Slash|a" "specialchar-insert slash"
                Item "Visible Space|V" "space-insert visible"
                Item "Menu Separator|M" "specialchar-insert menu-separator"
@@ -451,9 +452,9 @@ Menuset
                Item "Superscript|S" "script-insert superscript"
                Item "Subscript|u" "script-insert subscript"
                Separator
-               Item "Protected Space|P" "space-insert protected"
-               Item "Interword Space|w" "space-insert normal"
-               Item "Thin Space|T" "space-insert thin"
+               Item "Normal Space|e" "space-insert normal"
+               Item "Non-breaking Normal Space|p" "space-insert protected"
+               Item "Non-breaking Thin Space|T" "space-insert thin"
                Item "Horizontal Space...|o" "command-alternatives dialog-show-new-inset space;dialog-show-new-inset mathspace"
                Item "Horizontal Line...|L" "dialog-show-new-inset line"
                Item "Vertical Space...|V" "dialog-show-new-inset vspace"
@@ -532,6 +533,13 @@ Menuset
                Item "Double Frame|u" "box-insert Doublebox"
        End
 
+       Menu "index_properties"
+               OptItem "Subentry|b" "indexmacro-insert subentry"
+               OptItem "Sortkey|k" "indexmacro-insert sortkey"
+               OptItem "See|e" "indexmacro-insert see"
+               OptItem "See also|a" "indexmacro-insert seealso"
+       End
+
        Menu "insert_note"
                Item "LyX Note|N" "note-insert Note"
                Item "Comment|C" "note-insert Comment"