From 0adc7e4d4b04811e09d691bacec5e123d3529175 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 18 Jan 2021 16:30:02 +0530 Subject: [PATCH] fix typo --- docs/keyboard-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 717b88421..900fe5fd8 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -553,7 +553,7 @@ When the :kbd:`ctrl` key and another key are pressed on the keyboard, terminals map the result *for some keys* to a *C0 control code* i.e. an value from ``0 - 31``. This mapping was historically dependent on the layout of hardware terminal keyboards and is not specified anywhere, completely. The best known -reference is `Tabe 3-5 here `_. +reference is `Table 3-5 in the VT-100 docs `_. The table below provides a mapping that is a commonly used superset of the table above. Any ASCII keys not in the table must be left untouched by :kbd:`ctrl`.