From 1ce4366972a2c52c201c9d97f1d4dd00d572e486 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 22 Jun 2018 12:44:08 +0530 Subject: [PATCH] ... --- kitty/config_data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/config_data.py b/kitty/config_data.py index 36e83be85..fee522b09 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -92,7 +92,8 @@ On Linux you can also use XKB key names to bind keys that are not supported by GLFW. See :link:`XKB keys ` for a list of key names. The name to use is the part after the :code:`XKB_KEY_` -prefix. +prefix. Note that you should only use an XKB key name for keys that are not present +in the list of GLFW keys. You can use the special action :code:`no_op` to unmap a keyboard shortcut that is assigned in the default configuration.