changeset 3184:564359ff9304 trunk

bound the Enter key to the play button
author Cristi Magherusan <majeru@atheme-project.org>
date Sat, 28 Jul 2007 01:28:48 +0300
parents bcf611cf5ae2
children c87dfbb3711e
files src/audacious/ui_main.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/ui_main.c	Sat Jul 28 01:27:59 2007 +0300
+++ b/src/audacious/ui_main.c	Sat Jul 28 01:28:48 2007 +0300
@@ -1138,6 +1138,8 @@
     case GDK_KP_Insert:
         ui_jump_to_track();
         break;
+    case GDK_Return:
+    case GDK_KP_Enter:
     case GDK_KP_5:
         mainwin_play_pushed();
         break;