Add open/close to context menus, solve some shortcut conflicts

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28721 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-03-07 21:44:21 +00:00
parent 80c7326663
commit 1486fb5d64

View File

@ -142,11 +142,14 @@ Menuset
Item "Frameless|l" "next-inset-modify changetype Frameless"
Item "Simple frame|f" "next-inset-modify changetype Boxed"
Item "Simple frame, page breaks|p" "next-inset-modify changetype Framed"
Item "Oval, thin|O" "next-inset-modify changetype ovalbox"
Item "Oval, thin|a" "next-inset-modify changetype ovalbox"
Item "Oval, thick|v" "next-inset-modify changetype Ovalbox"
Item "Drop Shadow|w" "next-inset-modify changetype Shadowbox"
Item "Shaded background|b" "next-inset-modify changetype Shaded"
Item "Double frame|D" "next-inset-modify changetype Doublebox"
Item "Double frame|u" "next-inset-modify changetype Doublebox"
Separator
OptItem "Open Inset|O" "next-inset-toggle open"
OptItem "Close Inset|C" "next-inset-toggle close"
Separator
Item "Dissolve Inset|D" "inset-dissolve"
Item "Settings...|S" "inset-settings box"
@ -158,9 +161,12 @@ Menuset
Menu "context-note"
Item "LyX Note|N" "next-inset-modify note Note Note"
Item "Comment|C" "next-inset-modify note Note Comment"
Item "Comment|m" "next-inset-modify note Note Comment"
Item "Greyed Out|G" "next-inset-modify note Note Greyedout"
Separator
OptItem "Open Inset|O" "next-inset-toggle open"
OptItem "Close Inset|C" "next-inset-toggle close"
Separator
Item "Dissolve Inset|D" "inset-dissolve"
End