unicode input kitten: Allow pressing :kbd:ctrl+tab to change the input mode

Fixes #2343
This commit is contained in:
Kovid Goyal
2020-02-08 13:29:50 +05:30
parent d82f399be7
commit 62e273c5bb
3 changed files with 38 additions and 20 deletions

View File

@@ -23,6 +23,10 @@ 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.
You can switch between modes using either the function keys or by pressing
:kbd:`Ctrl+Tab`.
Command Line Interface
-------------------------