This commit is contained in:
Kovid Goyal 2018-06-05 08:48:37 +05:30
parent 070e95b5e1
commit 61fc96b187
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -11,12 +11,12 @@ Press :sc:`input_unicode_character` to start the unicode input widget, shown bel
A screenshot of the unicode input widget
In *Code* mode, you enter a unicode character by typing in the hex code for the
In :guilabel:`Code` mode, you enter a unicode character by typing in the hex code for the
character and pressing enter, for example, type in ``2716`` and press enter to get
✖. You can also choose a character from the list of recently used characters by
typing a leading period and then the two character index and pressing Enter.
In *Name* mode you instead type words from the character name and use the arrow
In :guilabel:`Name` mode you instead type words from the character name and use the arrow
keys/tab to select the character from the displayed matches. You can also type
a leading period and the index for the match if you dont like to use arrow
keys.