mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
11fd6fe43d
commit
eb66e68ed5
@ -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"
|
||||
|
@ -27,6 +27,7 @@ What's new
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
The "Rows & Columns" optional submenu has been added to the math context menu.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user