fix comma key bind

This commit is contained in:
Carsten Haitzler 2014-08-15 20:24:48 +09:00
parent a77abd4f74
commit 3b2e8bb3a5
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ key_handle(Evas_Object *win, Evas_Event_Key_Down *ev)
{
video_event_send(inf->vid, EMOTION_EVENT_SELECT);
}
else if ((!strcmp(ev->key, "comman")) ||
else if ((!strcmp(ev->key, "comma")) ||
(!strcmp(ev->key, "less")))
{
video_event_send(inf->vid, EMOTION_EVENT_ANGLE_PREV);