mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-08 02:20:13 +01:00
doc/protcol: Change references of ei_device.keymap to ei_keyboard
This commit is contained in:
parent
3aed761f3d
commit
349ec5b790
1 changed files with 2 additions and 2 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue