This commit is contained in:
Kovid Goyal 2018-06-22 12:44:08 +05:30
parent c8fc21d336
commit 1ce4366972
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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 GLFW. See :link:`XKB keys
<https://github.com/xkbcommon/libxkbcommon/blob/master/xkbcommon/xkbcommon-keysyms.h>` <https://github.com/xkbcommon/libxkbcommon/blob/master/xkbcommon/xkbcommon-keysyms.h>`
for a list of key names. The name to use is the part after the :code:`XKB_KEY_` 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 You can use the special action :code:`no_op` to unmap a keyboard shortcut that is
assigned in the default configuration. assigned in the default configuration.