Fix enter/tab/backspace not being reported in all keys mode

This commit is contained in:
Kovid Goyal
2021-01-15 11:50:51 +05:30
parent af0a24c702
commit 0163bf3edb
4 changed files with 13 additions and 9 deletions

View File

@@ -326,6 +326,8 @@ only key events are sent. If the text is needed as well, combine with the
Report associated text enhancement below.
Additionally, with this mode, events for pressing modifier keys are reported.
Note that *all* keys are reported as escape codes, including :kbd:`Enter, Tab,
Backspace` etc.
.. _report_text: