From 96921e3a398060be0cb443efc7307095a8e20993 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 10 Feb 2017 11:48:39 +0530 Subject: [PATCH] Forgot one limitation --- protocol-extensions.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol-extensions.asciidoc b/protocol-extensions.asciidoc index 5ad6f7e5b..96c7bae4c 100644 --- a/protocol-extensions.asciidoc +++ b/protocol-extensions.asciidoc @@ -309,6 +309,7 @@ There are various problems with the current state of keyboard handling. They include: * No way to use modifiers other than `Ctrl` and `Alt` + * No way to handle different types of keyboard events, such as press, release or repeat * No reliable way to distinguish single `Esc` keypresses from the start of a escape sequence. Currently, client programs use fragile timing related hacks for this, leading to bugs, for example: