From 5184e4bde39a5a91b16075bc43607ea3a80aeb32 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 6 Jan 2021 22:31:09 +0530 Subject: [PATCH] Fix #3217 --- docs/kittens/unicode-input.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/kittens/unicode-input.rst b/docs/kittens/unicode-input.rst index a2991a91e..80d00ae44 100644 --- a/docs/kittens/unicode-input.rst +++ b/docs/kittens/unicode-input.rst @@ -18,10 +18,10 @@ typing a leading period and then the two character index and pressing Enter. The up and down arrow keys can be used to choose the previous and next unicode symbol respectively. -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 don't like to use arrow -keys. +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 space followed by a period and the index for the match if you don't +like to use arrow keys. You can switch between modes using either the function keys or by pressing :kbd:`Ctrl+[` and :kbd:`Ctrl+]`.