From 1486fb5d64afe87c290759f5879f7c97a9c9bac7 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 7 Mar 2009 21:44:21 +0000 Subject: [PATCH] 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 --- lib/ui/stdcontext.inc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index 301608c211..9523bcbdf1 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -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 -- 2.39.2