From 3606ee5a6a2495c063eb55bf64f66d0fa2f144ce Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sat, 28 Mar 2020 23:34:44 -0400 Subject: [PATCH] Fix bug #11799. I've made cut, etc, OptItems, as this menu is already very long. (cherry picked from commit d34bb46387e5c4e80cbd79ae7a1e343b1eada51d) --- lib/ui/stdcontext.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc index 1302148c5f..f4f02d2772 100644 --- a/lib/ui/stdcontext.inc +++ b/lib/ui/stdcontext.inc @@ -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" -- 2.39.5