mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
add some missing LFUNs to the menu
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14862 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1fc0c01877
commit
b5218e1fe8
@ -94,6 +94,9 @@ Menuset
|
||||
Item "Word in Uppercase" "word-upcase"
|
||||
Item "Word in Lowercase" "word-lowcase"
|
||||
Separator
|
||||
Item "Move Paragraph Up|o" "paragraph-move-up"
|
||||
Item "Move Paragraph Down|v" "paragraph-move-down"
|
||||
Separator
|
||||
Item "Text Style...|S" "dialog-show character"
|
||||
Item "Paragraph Settings...|P" "layout-paragraph"
|
||||
Separator
|
||||
@ -104,6 +107,7 @@ Menuset
|
||||
Separator
|
||||
OptItem "Increase List Depth|I" "depth-increment"
|
||||
OptItem "Decrease List Depth|D" "depth-decrement"
|
||||
OptItem "Dissolve Inset|s" "inset-dissolve"
|
||||
# This is where the context-specific stuff is supposed to go.
|
||||
# The idea is that everything on here can disappear and should
|
||||
# only appear when relevant (getStatus). Only stuff that needs
|
||||
@ -173,6 +177,8 @@ Menuset
|
||||
Separator
|
||||
Submenu "Use Computer Algebra System|S" "edit_math_extern"
|
||||
Separator
|
||||
Item "Split Cell|C" "cell-split"
|
||||
Separator
|
||||
Item "Add Line Above" "tabular-feature add-hline-above"
|
||||
Item "Add Line Below" "tabular-feature add-hline-below"
|
||||
Item "Delete Line Above" "tabular-feature delete-hline-above"
|
||||
@ -217,11 +223,9 @@ Menuset
|
||||
#
|
||||
|
||||
Menu "view"
|
||||
# FIXME: this must become Open Footnote, Close Margin Note etc. as appropriate
|
||||
# Item "Open Float|O" "inset-toggle"
|
||||
# A common feature request JMarc wants to see
|
||||
# Item "Open All Footnotes|F" "open-footnotes"
|
||||
# Item "Close All Footnotes|C" "close-footnotes"
|
||||
Item "Open All Insets|O" "all-insets-toggle open"
|
||||
Item "Close All Insets|C" "all-insets-toggle close"
|
||||
Separator
|
||||
Item "Display Tooltips|i" "tooltips-toggle"
|
||||
Separator
|
||||
Item "View source|s" "dialog-show view-source"
|
||||
@ -410,6 +414,7 @@ Menuset
|
||||
Menu "navigate"
|
||||
Submenu "Bookmarks|B" "navigate_bookmarks"
|
||||
Item "Next Note|N" "note-next"
|
||||
Item "Next Reference|R" "reference-next"
|
||||
Item "Go to Label|L" "label-goto"
|
||||
Separator
|
||||
Toc
|
||||
|
Loading…
Reference in New Issue
Block a user