mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
Start work on a kitty website
Port the current asciidoc documentation to sphinx
This commit is contained in:
18
docs/kittens/unicode-input.rst
Normal file
18
docs/kittens/unicode-input.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
Unicode input
|
||||
================
|
||||
|
||||
You can input unicode characters by name, hex code, recently used and even an editable favorites list.
|
||||
Press |sc_input_unicode_character| to start the unicode input widget, shown below.
|
||||
|
||||
.. image:: ../screenshots/unicode.png
|
||||
:alt: A screenshot of the unicode input widget
|
||||
|
||||
In *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
|
||||
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.
|
||||
Reference in New Issue
Block a user