seat: implement input methods
This commit is contained in:
parent
5e2cdef388
commit
daf52299db
44 changed files with 2165 additions and 75 deletions
29
wire/zwp_input_method_keyboard_grab_v2.txt
Normal file
29
wire/zwp_input_method_keyboard_grab_v2.txt
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
request release {
|
||||
|
||||
}
|
||||
|
||||
event keymap {
|
||||
format: u32,
|
||||
fd: fd,
|
||||
size: u32,
|
||||
}
|
||||
|
||||
event key {
|
||||
serial: u32,
|
||||
time: u32,
|
||||
key: u32,
|
||||
state: u32,
|
||||
}
|
||||
|
||||
event modifiers {
|
||||
serial: u32,
|
||||
mods_depressed: u32,
|
||||
mods_latched: u32,
|
||||
mods_locked: u32,
|
||||
group: u32,
|
||||
}
|
||||
|
||||
event repeat_info {
|
||||
rate: i32,
|
||||
delay: i32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue