sa...@lyx.org wrote:
> Author: sanda
> Date: Sat Mar  7 22:44:21 2009
> New Revision: 28721
> 
> URL: http://www.lyx.org/trac/changeset/28721
> Log:
> Add open/close to context menus, solve some shortcut conflicts

Juergen?

> 
> Modified:
>     lyx-devel/trunk/lib/ui/stdcontext.inc
> 
> Modified: lyx-devel/trunk/lib/ui/stdcontext.inc
> URL: 
> http://www.lyx.org/trac/file/lyx-devel/trunk/lib/ui/stdcontext.inc?rev=28721
> ==============================================================================
> --- lyx-devel/trunk/lib/ui/stdcontext.inc (original)
> +++ lyx-devel/trunk/lib/ui/stdcontext.inc Sat Mar  7 22:44:21 2009
> @@ -142,11 +142,14 @@
>               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,8 +161,11 @@
>  
>       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
> 
> 
> _______________________________________________
> Cvslog mailing list
> cvs...@lyx.org
> http://www.lyx.org/mailman/listinfo/cvslog

Reply via email to