modifiers: Seem to be emitted correctly

This commit is contained in:
Dorota Czaplejewicz
2019-07-02 11:52:45 +00:00
parent 60250ca5e5
commit 484eb3303c
3 changed files with 87 additions and 93 deletions

View File

@ -273,7 +273,7 @@ void eek_keyboard_press_key(EekKeyboard *keyboard, EekKey *key, guint32 timestam
// "Borrowed" from eek-context-service; doesn't influence the state but forwards the event
guint keycode = eek_key_get_keycode (key);
guint modifiers = eek_keyboard_get_modifiers (keyboard);
EekModifierType modifiers = eek_keyboard_get_modifiers (keyboard);
emit_key_activated(keyboard->manager, keyboard, keycode, symbol, modifiers, TRUE, timestamp);
}