summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-12-01 07:40:41 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-12-01 14:41:39 +0100
commit3a7095a6de5b431e80987da81311505e6639bbbd (patch)
tree5fe3e095ff91c89717378bf38ae8321108fda07d
parent8749baf2e0677de36216d73506f0df42a5cc0dee (diff)
Regex: improve \uXXXX/\UXXXXXXXX description
Change-Id: Id5c69c045fe0ebc856c62640efae92e6147f5c10 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106935 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit bcbb4105763653a71881bf2c18c275a686078511) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/106945 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--source/text/shared/01/02100001.xhp2
-rw-r--r--source/text/shared/04/01010000.xhp3
2 files changed, 3 insertions, 2 deletions
diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp
index dbc0d877c4..8e5cea57e9 100644
--- a/source/text/shared/01/02100001.xhp
+++ b/source/text/shared/01/02100001.xhp
@@ -194,7 +194,7 @@
<tablecell>
<paragraph xml-lang="en-US" id="par_id3153768" role="tablecontent">The character represented by the four-digit hexadecimal Unicode code (XXXX).</paragraph>
<paragraph xml-lang="en-US" id="par_id3153769" role="tablecontent">The character represented by the eight-digit hexadecimal Unicode code (XXXXXXXX).</paragraph>
- <paragraph xml-lang="en-US" id="par_id3159252" role="tablecontent">For certain symbol fonts the Unicode code for special characters may depend on the font in use. The Unicode codes can be viewed by choosing <menuitem>Insert - Special Character</menuitem>.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3159252" role="tablecontent">For certain symbol fonts the symbol (glyph) that you see on screen may look related to a different Unicode code than that is actually used for it in the font. The Unicode codes can be viewed by choosing <menuitem>Insert - Special Character</menuitem>, or using <link href="text/shared/04/01010000.xhp#unicode_shortcut">Unicode conversion shortcut</link>.</paragraph>
</tablecell>
</tablerow>
<tablerow>
diff --git a/source/text/shared/04/01010000.xhp b/source/text/shared/04/01010000.xhp
index 8067d08ec3..80bae7687f 100644
--- a/source/text/shared/04/01010000.xhp
+++ b/source/text/shared/04/01010000.xhp
@@ -52,10 +52,11 @@
<paragraph xml-lang="en-US" id="par_id3152425" role="paragraph">Some of the characters shown on the menu bar are underlined. You can access these menus directly by pressing the underlined character together with the <keycode>Alt</keycode> key. Once the menu is opened, you will again find underlined characters. You can access these menu items directly by simply pressing the underlined character key.</paragraph>
</default>
</switch>
+ <section id="unicode_shortcut">
<h2 id="hd_id541591272518903">Entering Unicode Characters</h2>
<paragraph role="paragraph" id="par_id851591272526169">You can enter arbitrary Unicode characters in the document typing the Unicode hexadecimal code point and then pressing <switchinline select="sys"><caseinline select="MAC"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> (default). Type the Unicode hexadecimal notation and press <switchinline select="sys"><caseinline select="MAC"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> to toggle between the Unicode character and its hexadecimal notation. Selection is not necessary but the conversion will apply to the selected characters. Toggling occurs on the characters prior to the cursor position when these characters form a valid Unicode hexadecimal point. Hexadecimal code points with value in the range U+0000 to U+0020 are not converted.</paragraph>
<paragraph role="paragraph" id="par_id1001591272531804">The default Unicode conversion shortcut is <switchinline select="sys"><caseinline select="MAC"><keycode>Command+Option+X</keycode></caseinline><defaultinline><keycode>Alt+X</keycode></defaultinline></switchinline> and <switchinline select="sys"><caseinline select="MAC"><keycode>Command+Option+C</keycode></caseinline><defaultinline><keycode>Alt+C</keycode></defaultinline></switchinline> in some locales where the default Unicode shortcut interferes with the main menu shortcut. To reassign the shortcut, choose <menuitem>Tools > Customize > Keyboard</menuitem> and select <emph>Category:Options</emph> with <emph>Function:Toggle Unicode Notation</emph>.</paragraph>
-
+ </section>
<h2 id="hd_id3156410">Using Shortcut Keys to Control Dialogs</h2>
<paragraph xml-lang="en-US" id="par_id3154288" role="paragraph">There is always one element highlighted in any given dialog - usually shown by a broken frame. This element, which can be either a button, an option field, an entry in a list box or a check box, is said to have the focus on it. If the focal point is a button, pressing <item type="keycode">Enter</item> runs it as if you had clicked it. A check box is toggled by pressing the <item type="keycode">Spacebar</item>. If an option field has the focus, use the arrow keys to change the activated option field in that area. Use the <item type="keycode">Tab</item> key to go from one element or area to the next one, use <item type="keycode">Shift+Tab</item> to go in the reverse direction.</paragraph>
<paragraph xml-lang="en-US" id="par_id3149177" role="paragraph">Pressing <item type="keycode">Esc</item> closes the dialog without saving changes. <switchinline select="sys"><caseinline select="MAC">