...
This commit is contained in:
parent
c8fc21d336
commit
1ce4366972
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ def uniq(vals, result_type=list):
|
|||
GLFW. See :link:`XKB keys
|
||||
<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_`
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue