[kitty] add FAQ entry about enter on init #2184

This commit is contained in:
nick black 2021-10-07 02:54:16 -04:00 committed by nick black
parent d95cf30494
commit 22b01a4df4

View File

@ -522,6 +522,15 @@ If things break or seem otherwise lackluster, **please** consult the
writes directly into a memory map.
</details>
<details>
<summary>I get a `NCKEY_ENTER` immediately after launching a Notcurses
program, but I didn't press Enter.</summary>
When the Kitty keyboard disambiguation protocol is in use, events are
generated for both the press and release of keys. If you launched
your program from an interactive shell, you almost certainly released
enter after the program was launched.
</details>
## Useful links
* [BiDi in Terminal Emulators](https://terminal-wg.pages.freedesktop.org/bidi/)