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.

(cherry picked from commit ff7eb0eb38)
This commit is contained in:
Enrico Forestieri 2019-05-19 11:45:13 +02:00
parent 11fd6fe43d
commit eb66e68ed5
2 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -27,6 +27,7 @@ What's new
* USER INTERFACE
The "Rows & Columns" optional submenu has been added to the math context menu.