summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-12 03:33:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-12 03:33:10 +0000
commit8f287a4c004a9062cfda4e4eb052a8ba92a02ddd (patch)
treee2b09ed2df1d6a89eb2e6db1713c75fb726894c6
parent33c7fab64f34d66e740069cf53cb0fc4dff1c78d (diff)
parentde901dc6f667ecb3cd9fa88875d8ba229f45db29 (diff)
downloadwayland-protocols-8f287a4c004a9062cfda4e4eb052a8ba92a02ddd.tar.gz
Change-Id: I553bd3501db769e79698b84a971e071c33c0b619
-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>