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

Rob Bradford robert.bradford at intel.com
Fri Jun 14 09:41:12 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.
---
 protocol/wayland.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 3d4ec9b..8e0e76e 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1405,6 +1405,7 @@
 	client with the wl_keyboard.keymap event.
       </description>
       <entry name="xkb_v1" value="1" summary="libxkbcommon compatible"/>
+      <entry name="no_keymap" value="2" summary="no keymap; events feature raw codes"/>
     </enum>
 
     <event name="keymap">
-- 
1.8.2.1



More information about the wayland-devel mailing list