]> git.lyx.org Git - features.git/commitdiff
Add open/close to context menus, solve some shortcut conflicts
authorPavel Sanda <sanda@lyx.org>
Sat, 7 Mar 2009 21:44:21 +0000 (21:44 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 7 Mar 2009 21:44:21 +0000 (21:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28721 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdcontext.inc

index 301608c211cfc0439ced133f084fe3d962544386..9523bcbdf1d3fd5aeefd0e2177064896ca00c2a0 100644 (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