add Return and Caps_Lock handling to wl key event generation

This commit is contained in:
Mike Blumenkrantz 2017-03-03 11:56:16 -05:00
parent e3a5ab1457
commit b91d224a4d
1 changed files with 6 additions and 0 deletions

View File

@ -942,6 +942,12 @@ e_comp_wl_input_keyboard_event_generate(const char *key, int mods, Eina_Bool up)
"Mode_switch",
"ALGR",
"Return",
"RTRN",
"Caps_Lock",
"CAPS",
};
unsigned int i;