mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix bug #11799.
I've made cut, etc, OptItems, as this menu is already very long.
(cherry picked from commit d34bb46387
)
This commit is contained in:
parent
df2abff913
commit
3606ee5a6a
@ -58,12 +58,15 @@ Menuset
|
||||
OptItem "Equation Label|L" "label-insert"
|
||||
OptItem "Copy as Reference|R" "label-copy-as-reference"
|
||||
Separator
|
||||
Item "Split Cell|C" "cell-split"
|
||||
OptItem "Cut" "cut"
|
||||
OptItem "Copy" "copy"
|
||||
OptItem "Paste" "paste"
|
||||
OptSubmenu "Paste Recent|e" "edit_pasterecent"
|
||||
Separator
|
||||
Submenu "Insert|s" "insert_math_context"
|
||||
Separator
|
||||
Item "Split Cell|C" "cell-split"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user