diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index de6756b4..17259ee7 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -2515,6 +2515,10 @@
From version 7 onwards, the fd must be mapped with MAP_PRIVATE by
the recipient, as MAP_SHARED may fail.
+
+ From version 10 onwards, if the wl_keyboard has an active surface
+ immediately before this event, the compositor must send modifiers and
+ keys events immediately after this event.
@@ -2659,6 +2663,20 @@
+
+
+
+
+
+ Notifies the client that the set of logically down keys has changed.
+
+ In the wl_keyboard logical state, this event replaces the keys currently
+ logically down. The compositor must not send this event if the
+ wl_keyboard did not have an active surface immediately before this
+ event.
+
+
+