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

@@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- X11: Fix arrow mouse cursor using right pointing instead of the default left
pointing arrow (:iss:`2341`)
- unicode input kitten: Allow pressing :kbd:`ctrl+tab` to change the input mode
(:iss:`2343`)
0.16.0 [2020-01-28]
--------------------

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
-------------------------