summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-29 23:18:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-29 23:18:51 +0000
commit27e7f7594f8add9883be799380119c3c327daf6c (patch)
treee2b09ed2df1d6a89eb2e6db1713c75fb726894c6
parent8ec1b31ef9148232d66d82fc2efc41e3894ff9e6 (diff)
parentcbf5a7200e8848d935175523fa4b89dd2295cb08 (diff)
downloadwayland-protocols-27e7f7594f8add9883be799380119c3c327daf6c.tar.gz
Change-Id: Ie63ec96091cb1dd6b35a14d1c5b398a8e464d221
-rw-r--r--chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml b/chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml
index 6bb361a..8a5ed06 100644
--- a/chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml
+++ b/chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml
@@ -24,7 +24,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
- <interface name="zcr_keyboard_configuration_v1" version="2">
+ <interface name="zcr_keyboard_configuration_v1" version="3">
<description summary="extends wl_keyboard with events for device configuration change">
Allows a wl_keyboard to notify device configuration change events of
the keyboard to the client.
@@ -57,7 +57,7 @@
</request>
</interface>
- <interface name="zcr_keyboard_device_configuration_v1" version="2">
+ <interface name="zcr_keyboard_device_configuration_v1" version="3">
<description summary="extension of wl_keyboard protocol">
The zcr_keyboard_device_configuration_v1 interface extends the wl_keyboard
interface with events to describe device configuration of a keyboard.
@@ -93,6 +93,14 @@
</description>
<arg name="name" type="string" summary="XKB layout name e.g. us(dvorak)"/>
</event>
+
+ <!-- Version 3 additions -->
+ <event name="supported_key_bits" since="3">
+ <description summary="supported key bits">
+ Supported scan code key bits of all connected keyboards.
+ </description>
+ <arg name="key_bits" type="array" summary="Uint64 key bits" />
+ </event>
</interface>
</protocol>