[PATCH wayland v2] protocol: add no_keymap format to keymap formats

Rob Bradford robert.bradford at intel.com
Mon Jun 24 08:50:41 PDT 2013


From: Rob Bradford <rob at linux.intel.com>

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.
---
 protocol/wayland.xml | 2 ++
 1 file changed, 2 insertions(+)

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



More information about the wayland-devel mailing list