mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
add some missing LFUNs to the menu
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14853 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4d5767fd9c
commit
21b1aac809
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# author Jean-Marc Lasgouttes
|
# author Jean-Marc Lasgouttes
|
||||||
# author John Levon
|
# author John Levon
|
||||||
|
# author Michael Gerz
|
||||||
|
|
||||||
# Full author contact details are available in file CREDITS.
|
# Full author contact details are available in file CREDITS.
|
||||||
|
|
||||||
@ -89,6 +90,10 @@ Menuset
|
|||||||
Separator
|
Separator
|
||||||
Item "Find & Replace...|F" "dialog-show findreplace"
|
Item "Find & Replace...|F" "dialog-show findreplace"
|
||||||
Separator
|
Separator
|
||||||
|
Item "Word in Small Capitals" "word-capitalize"
|
||||||
|
Item "Word in Uppercase" "word-upcase"
|
||||||
|
Item "Word in Lowercase" "word-lowcase"
|
||||||
|
Separator
|
||||||
Item "Text Style...|S" "dialog-show character"
|
Item "Text Style...|S" "dialog-show character"
|
||||||
Item "Paragraph Settings...|P" "layout-paragraph"
|
Item "Paragraph Settings...|P" "layout-paragraph"
|
||||||
Separator
|
Separator
|
||||||
@ -253,6 +258,7 @@ Menuset
|
|||||||
Item "Cross-reference...|r" "dialog-show-new-inset ref"
|
Item "Cross-reference...|r" "dialog-show-new-inset ref"
|
||||||
Item "Label...|L" "label-insert"
|
Item "Label...|L" "label-insert"
|
||||||
Item "Index Entry|d" "index-insert"
|
Item "Index Entry|d" "index-insert"
|
||||||
|
Item "Date" "date-insert"
|
||||||
# I'm going to kill this dumb dialog, but for now ...
|
# I'm going to kill this dumb dialog, but for now ...
|
||||||
Separator
|
Separator
|
||||||
Item "Table...|T" "tabular-insert"
|
Item "Table...|T" "tabular-insert"
|
||||||
@ -270,6 +276,7 @@ Menuset
|
|||||||
Item "Ordinary Quote|Q" "self-insert \""
|
Item "Ordinary Quote|Q" "self-insert \""
|
||||||
Item "Single Quote|S" "quote-insert single"
|
Item "Single Quote|S" "quote-insert single"
|
||||||
Item "Menu Separator|M" "menu-separator-insert"
|
Item "Menu Separator|M" "menu-separator-insert"
|
||||||
|
Item "Phonetic Symbols|y" "command-sequence math-mode on; math-insert \text\textipa ; char-forward ;"
|
||||||
End
|
End
|
||||||
|
|
||||||
Menu "insert_formatting"
|
Menu "insert_formatting"
|
||||||
@ -383,14 +390,17 @@ Menuset
|
|||||||
Item "Start Appendix Here|A" "appendix"
|
Item "Start Appendix Here|A" "appendix"
|
||||||
Separator
|
Separator
|
||||||
Item "Compressed|o" "buffer-toggle-compression"
|
Item "Compressed|o" "buffer-toggle-compression"
|
||||||
|
Item "Read-Only|R" "buffer-toggle-read-only"
|
||||||
Item "Settings...|S" "dialog-show document"
|
Item "Settings...|S" "dialog-show document"
|
||||||
End
|
End
|
||||||
|
|
||||||
Menu "edit_change"
|
Menu "edit_change"
|
||||||
Item "Track Changes|T" "changes-track"
|
Item "Track Changes|T" "changes-track"
|
||||||
Item "Merge Changes...|M" "changes-merge"
|
Item "Merge Changes...|M" "changes-merge"
|
||||||
Item "Accept All Changes|A" "all-changes-accept"
|
Item "Accept Change|A" "change-accept"
|
||||||
Item "Reject All Changes|R" "all-changes-reject"
|
Item "Reject Change|R" "change-reject"
|
||||||
|
Item "Accept All Changes|c" "all-changes-accept"
|
||||||
|
Item "Reject All Changes|e" "all-changes-reject"
|
||||||
Item "Show Changes in Output|S" "changes-output"
|
Item "Show Changes in Output|S" "changes-output"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user