doc/protcol: Change references of ei_device.keymap to ei_keyboard

This commit is contained in:
Ian Douglas Scott 2023-05-19 18:41:38 -07:00 committed by Ian Douglas Scott
parent 3aed761f3d
commit 349ec5b790

View file

@ -1258,7 +1258,7 @@
<request name="key" since="1" context-type="sender">
<description summary="Key state change request">
Generate a key event on this keyboard. If the device has an
ei_device.keymap, the key code corresponds to that keymap.
ei_keyboard.keymap, the key code corresponds to that keymap.
The key codes must match the defines in linux/input-event-codes.h.
@ -1346,7 +1346,7 @@
This event does not reqire an ei_device.frame and should
be processed immediately by the client.
This event is only sent for devices with an ei_device.keymap.
This event is only sent for devices with an ei_keyboard.keymap.
</description>
<arg name="serial" type="uint32" summary="this event's serial number"/>
<arg name="depressed" type="uint32" summary="depressed modifiers"/>