]> git.lyx.org Git - features.git/blobdiff - lib/ui/stdmenus.inc
Move LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from LyXFunc.cpp to BufferView.cpp...
[features.git] / lib / ui / stdmenus.inc
index 0d43e5e87e2a8e1ac0e7af991fce16c6a81af7f1..20d02e961169e837d641f3e6607f9135a8961dcc 100644 (file)
@@ -601,4 +601,19 @@ Menuset
                Item "Remove Last Parameter Spitting Out To The Right" "math-macro-remove-greedy-param"
        End
 
+       Menu "context-listings"
+               Item "Cut" "cut"
+               Item "Copy" "copy"
+               Item "Paste" "paste"
+               Submenu "Paste Recent|e" "edit_pasterecent"
+               Separator
+               Item "Settings...|S" "inset-settings listings"
+       End
+       
+       Menu "context-graphics"
+               Item "Edit...|E" "graphics-edit"
+               Separator
+               Item "Settings...|S" "next-inset-toggle"
+       End
+
 End