mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add a simple context menu for InsetLabel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23582 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0ac93cb524
commit
268ef141e5
@ -535,8 +535,16 @@ Menuset
|
||||
# InsetRef context menu
|
||||
#
|
||||
Menu "context-ref"
|
||||
Item "Next Cross-Reference|R" "reference-next"
|
||||
Item "Go to Label|L" "label-goto"
|
||||
Item "Next Cross-Reference|N" "reference-next"
|
||||
Item "Go to Label|G" "label-goto"
|
||||
End
|
||||
|
||||
#
|
||||
# InsetLabel context menu
|
||||
#
|
||||
Menu "context-label"
|
||||
Item "Next Cross-Reference|N" "reference-next"
|
||||
Item "Go back to Reference|G" "bookmark-goto 0"
|
||||
End
|
||||
|
||||
End
|
||||
|
Loading…
Reference in New Issue
Block a user