diff options
| -rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 3d4ec9b..1442b6a 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -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> |
