1
0
Fork 0
forked from wry/wry

kbvm: use indicators to determine the active LEDs

This commit is contained in:
Julian Orth 2025-09-07 15:34:38 +02:00
parent 0c7f7429db
commit f5e04355d7
8 changed files with 101 additions and 57 deletions

View file

@ -36,8 +36,8 @@ impl EiKeyboard {
self.client.event(Keymap {
self_id: self.id,
keymap_type: KEYMAP_TYPE_XKB,
size: state.map.len as _,
keymap: state.map.map.clone(),
size: state.map.map.len as _,
keymap: state.map.map.map.clone(),
});
}