Pavel Sanda wrote:
> hi,
>
> it would be convenient for me if the context menu of notes contained
> toggle all notes (close/open) via LFUN_ALL_INSETS_TOGGLE. any objections
> if i add it there?
>
> pavel
diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc
index dc27521..313efc2 100644
--- a/lib/ui/stdcontext.inc
+++ b/lib/ui/stdcontext.inc
@@ -168,6 +168,8 @@ Menuset
Separator
OptItem "Open Inset|O" "inset-toggle open"
OptItem "Close Inset|C" "inset-toggle close"
+ OptItem "Open All Insets|A" "inset-toggle open"
+ OptItem "Close All Insets|l" "inset-toggle close"
Separator
Item "Dissolve Inset|D" "inset-dissolve"
End