WIP
WIP WIP: keymap generation test passes meta: Update features and version WiP: cargo.lock WIP: don't crash WIP: no outlines parsing: New tests WIP: base level works WIP: remove old keyboard symbols correctly input WIP: lodaing files WIP: fallback works Valid fallback
This commit is contained in:
@ -90,7 +90,7 @@ send_fake_key (SeatEmitter *emitter,
|
||||
gboolean pressed,
|
||||
uint32_t timestamp)
|
||||
{
|
||||
guint level = keyboard->level;
|
||||
guint level = squeek_layout_get_level(keyboard->layout);
|
||||
uint32_t group = (level / 2);
|
||||
|
||||
zwp_virtual_keyboard_v1_modifiers(emitter->virtual_keyboard, 0, 0, 0, group);
|
||||
|
||||
Reference in New Issue
Block a user