From: Enrico Forestieri Date: Sun, 19 May 2019 09:45:13 +0000 (+0200) Subject: Add submenu to math context menu X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=03c097995dd90d1c15a80bf88a1aa45b4ee207b6;p=features.git Add submenu to math context menu The "Rows & Columns" optional submenu is more easily accessible in the math context menu rather having to navigate to the "Edit" menu. All possible accelerators are already taken, so use the space bar. --- diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index 6f86dd124c..58d2d40f94 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -62,6 +62,8 @@ Menuset Separator Submenu "Insert|s" "insert_math_context" Separator + OptSubmenu "Rows & Columns| " "edit_tabular_features" + Separator OptItem "Add Line Above|o" "tabular-feature add-hline-above" OptItem "Add Line Below|B" "tabular-feature add-hline-below" OptItem "Delete Line Above|v" "tabular-feature delete-hline-above"