summaryrefslogtreecommitdiffstats
path: root/src/tk/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk/radio.c')
-rw-r--r--src/tk/radio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tk/radio.c b/src/tk/radio.c
index 79271ee..755be15 100644
--- a/src/tk/radio.c
+++ b/src/tk/radio.c
@@ -119,6 +119,7 @@ _mftk_radio_key_event(struct mftk_widget *w, SDL_Event *e)
}
return r->action(r->user_data,r->state);
case SDLK_RETURN:
+ case SDLK_KP_ENTER:
return r->submit(r->user_data);
default:
break;