mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
...
This commit is contained in:
@@ -2,7 +2,7 @@ Unicode input
|
|||||||
================
|
================
|
||||||
|
|
||||||
You can input unicode characters by name, hex code, recently used and even an editable favorites list.
|
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.
|
Press :sc:`input_unicode_character` to start the unicode input widget, shown below.
|
||||||
|
|
||||||
.. figure:: ../screenshots/unicode.png
|
.. figure:: ../screenshots/unicode.png
|
||||||
:alt: A screenshot of the unicode input widget
|
:alt: A screenshot of the unicode input widget
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ smoothness.
|
|||||||
|
|
||||||
There are two parameters you can tune to adjust the performance. ``repaint_delay``
|
There are two parameters you can tune to adjust the performance. ``repaint_delay``
|
||||||
and ``input_delay``. These control the artificial delays introduced into the
|
and ``input_delay``. These control the artificial delays introduced into the
|
||||||
render loop to reduce CPU usage. See |kitty.conf| for details.
|
render loop to reduce CPU usage. See :ref:`conf-kitty-performance` for details.
|
||||||
See also the ``sync_to_monitor`` option to further decrease latency at the cost
|
See also the ``sync_to_monitor`` option to further decrease latency at the cost
|
||||||
of some `tearing <https://en.wikipedia.org/wiki/Screen_tearing>`_ while scrolling.
|
of some `tearing <https://en.wikipedia.org/wiki/Screen_tearing>`_ while scrolling.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user