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:
Rob Bradford 2013-06-24 16:50:41 +01:00 committed by Kristian Høgsberg
parent 3af748b872
commit 2e07587443

View file

@ -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>