mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: add no_keymap format to keymap formats
This format is used to specify that the key button events received are not in relation to any key map and that the codes should be interpreted directly. v2: Use zero for the no keymap enum value and enhance the documentation for the enum entry.
This commit is contained in:
parent
3af748b872
commit
2e07587443
1 changed files with 2 additions and 0 deletions
|
|
@ -1404,6 +1404,8 @@
|
|||
This specifies the format of the keymap provided to the
|
||||
client with the wl_keyboard.keymap event.
|
||||
</description>
|
||||
<entry name="no_keymap" value="0"
|
||||
summary="no keymap; client must understand how to interpret the raw keycode"/>
|
||||
<entry name="xkb_v1" value="1" summary="libxkbcommon compatible"/>
|
||||
</enum>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue