]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
Fix beamer.layout (remove .cls in DeclareLaTeXClass)
[lyx.git] / lib / ui / stdmenus.inc
index 300afaf55a97095524cd6b938426d37d88fd0052..bf935bd015ce7e2370590e8e6be1a133398860ae 100644 (file)
@@ -125,10 +125,11 @@ Menuset
        End
 
        Menu "edit_paste"
-               Item "Clipboard as Lines|C" "clipboard-paste"
-               Item "Clipboard as Paragraphs|a" "clipboard-paste paragraph"
-               Item "Selection as Lines|L" "primary-selection-paste"
-               Item "Selection as Paragraphs|P" "primary-selection-paste paragraph"
+               Item "Plain Text|T" "clipboard-paste"
+               Item "Plain Text, Join Lines|J" "clipboard-paste paragraph"
+               Separator
+               Item "Selection|S" "primary-selection-paste"
+               Item "Selection, Join Lines|i" "primary-selection-paste paragraph"
        End
 
        Menu "edit_pasterecent"
@@ -376,8 +377,8 @@ Menuset
 
        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"
@@ -464,6 +465,7 @@ Menuset
                Item "Tutorial|T" "help-open Tutorial"
                Item "User's Guide|U" "help-open UserGuide"
                Item "Extended Features|E" "help-open Extended"
+               Item "Insets|n" "help-open ExtendedInsets"
                Item "Customization|C" "help-open Customization"
                Item "FAQ|F" "help-open FAQ"
                Item "Table of Contents|a" "help-open TOC"