mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Make the different paste menu items optional
This was suggested by Jean-Marc some time ago, and I simply forgot to apply. With this change you do not see unusable menu entries like linkback on linux anymore. I also added an entry for emf, since this will be quite useful on windows.
This commit is contained in:
parent
4968ce4627
commit
8b3f3a02c7
@ -154,21 +154,22 @@ Menuset
|
||||
End
|
||||
|
||||
Menu "edit_paste"
|
||||
OptItem "Paste from HTML|H" "paste html"
|
||||
OptItem "Paste from LaTeX|L" "paste latex"
|
||||
OptItem "Paste as LinkBack PDF" "paste linkback"
|
||||
OptItem "Paste as PDF" "paste pdf"
|
||||
OptItem "Paste as PNG" "paste png"
|
||||
OptItem "Paste as JPEG" "paste jpeg"
|
||||
OptItem "Paste as EMF" "paste emf"
|
||||
Separator
|
||||
Item "Plain Text|T" "clipboard-paste"
|
||||
Item "Plain Text, Join Lines|J" "clipboard-paste paragraph"
|
||||
Item "HTML Text|H" "paste html"
|
||||
Item "LaTeX Text|L" "paste latex"
|
||||
Separator
|
||||
Item "Selection|S" "primary-selection-paste"
|
||||
Item "Selection, Join Lines|i" "primary-selection-paste paragraph"
|
||||
Separator
|
||||
Item "Unformatted Text|U" "clipboard-paste-simple"
|
||||
Item "Unformatted, Join Lines|o" "clipboard-paste-simple 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"
|
||||
|
Loading…
Reference in New Issue
Block a user