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.