pass key downs through xkbcommon

bad copy/paste in 984a1facd9
This commit is contained in:
Mike Blumenkrantz 2017-11-01 13:19:50 -04:00
parent 846722277c
commit 577f62e9b1
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ _key_down(int ctx, Ecore_Event_Key *ev)
{
#ifdef HAVE_WAYLAND
if (e_comp->comp_type == E_PIXMAP_TYPE_WL)
e_comp_wl_key_up(ev, NULL);
e_comp_wl_key_down(ev, NULL);
#endif
return iface->key_down(ev);
}