diff options
author | gar Soul <tremany@yahoo.com> | 2020-10-05 08:12:00 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2020-10-05 12:27:42 +0200 |
commit | 6914af99712df300b99ae3a9e64986935e4fd5e5 (patch) | |
tree | 080f83994703716ff7b48ebcaa1a7126bd542bff | |
parent | e78f85e22164d1184e180aa76967a44380fb5046 (diff) |
tdf#131305 Add note about shortcut for editing a comment
Change-Id: Ie9bbfde8b44bcb7b94a4e4172f9a4da98897b048
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103807
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r-- | source/text/shared/01/04050000.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/01/04050000.xhp b/source/text/shared/01/04050000.xhp index fdb014295e..f785e4bcb8 100644 --- a/source/text/shared/01/04050000.xhp +++ b/source/text/shared/01/04050000.xhp @@ -88,12 +88,12 @@ </case> <default> <h2 id="hd_id9851680">Inserting Comments in Text Documents</h2><comment>issue 113019 112000</comment> - <paragraph id="par_id1830500" role="paragraph" xml-lang="en-US">Use the command <menuitem>Insert - Comment</menuitem> or the <switchinline select="sys"><caseinline select="MAC"><emph>Command</emph>+<emph>Option</emph></caseinline><defaultinline><emph>Ctrl</emph>+<emph>Alt</emph></defaultinline></switchinline>+<emph>C</emph> key combination to insert a comment anchor at the current cursor position. A colored comment box is shown at the page margin, to enter the text of the comment. A line connects the anchor to the comment box. If a text range is selected, the comment is attached to the text range. The commented text range is shadowed.</paragraph> + <paragraph id="par_id1830500" role="paragraph" xml-lang="en-US">Use the command <menuitem>Insert - Comment</menuitem> or the <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode>+<keycode>Alt</keycode></defaultinline></switchinline>+<keycode>C</keycode> key combination to insert a comment anchor at the current cursor position. A colored comment box is shown at the page margin, to enter the text of the comment. A line connects the anchor to the comment box. If a text range is selected, the comment is attached to the text range. The commented text range is shadowed.</paragraph> <paragraph role="paragraph" id="par_id561565967371982" xml-lang="en-US"> <image src="media/helpimg/sw_text_with_comment.png" id="img_id21565967371982" width="834px" height="244px"><alt xml-lang="en-US" id="alt_id481565967371982">Comments in text documents</alt></image> </paragraph> <h2 id="hd_id2929166">Editing comments</h2> - <paragraph id="par_id5201879" role="paragraph" xml-lang="en-US">Every user with write permission to the document can edit and delete comments of all authors.</paragraph> + <paragraph id="par_id5201879" role="paragraph" xml-lang="en-US">Every user with write permission to the document can edit and delete comments of all authors. You can use the <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode>+<keycode>Alt</keycode></defaultinline></switchinline>+<keycode>C</keycode> key combination to edit a comment at the current cursor position.</paragraph> <embed href="text/shared/01/04050000.xhp#dropdown"/> <bookmark xml-lang="en-US" branch="hid/.uno:ReplyComment" id="bm_id0429200810593995" localize="false"/> <tip id="par_id0302200901430918">In the <emph>Find & Replace</emph> dialog of text documents, you can select to include the comments texts in your searches.</tip> |