From f3583cef91c71b5cec52ffef7db602580c65ee69 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 21 Mar 2020 19:00:43 -0300 Subject: tdf#91313 Update Paste Special new features - add Paste Nested Table, Columns Before, Rows Above - add Paste Only Text, Number, Formula - Refactor Paste Special for Calc Change-Id: I56547db917863aca2402191bef934c2bba5ff619 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90864 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/00/edit_menu.xhp | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'source/text/shared/00/edit_menu.xhp') diff --git a/source/text/shared/00/edit_menu.xhp b/source/text/shared/00/edit_menu.xhp index fa8a562018..ea70e4d4a0 100644 --- a/source/text/shared/00/edit_menu.xhp +++ b/source/text/shared/00/edit_menu.xhp @@ -123,7 +123,28 @@ -Choose Edit - Paste Special. +
+Choose Edit - Paste Special - Paste Special. +CommandCtrl + Shift + V. +
+
+ Choose Edit - Paste Special - Paste Unformatted Text. + Right click to open the context menu and choose Paste Special - Unformatted Text. + CommandCtrl + Alt + Shift + V. +
+
+ Choose Edit - Paste Special - Paste Nested Table. + Right click on the target table cell to open the context menu and choose Paste Special - Nested Table. +
+
+ Choose Edit - Paste Special - Paste as Rows above. + Right click on the target table cell to open the context menu and choose Paste Special - Rows above. +
+
+ Choose Edit - Paste Special - Paste as Columns Before. + Right click on the target table cell to open the context menu and choose Paste Special - Columns Before. +
+
Choose Edit - Select All. CommandCtrl+A -- cgit