From 3d59e4eac11d9aee4a2afe980d446484c94a0416 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Dec 2021 07:18:12 +0530 Subject: [PATCH] Add links to other implementations of the keyboard protocol --- docs/keyboard-protocol.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 1e59686fb..c0a32b49c 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -32,6 +32,13 @@ You can see this protocol with all enhancements in action by running:: inside the kitty terminal to report key events. +In addition to kitty, this protocol is also implemented in: + +* The `foot terminal `__ +* The `notcurses library + `__ +* The `kakoune text editor `__ + .. versionadded:: 0.20.0 Quickstart