comparison src/audacious/ui_main.c @ 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 a6299755b78a
children 1745c9063286
comparison
equal deleted inserted replaced
3183:bcf611cf5ae2 3184:564359ff9304
1136 playlist_next(playlist); 1136 playlist_next(playlist);
1137 break; 1137 break;
1138 case GDK_KP_Insert: 1138 case GDK_KP_Insert:
1139 ui_jump_to_track(); 1139 ui_jump_to_track();
1140 break; 1140 break;
1141 case GDK_Return:
1142 case GDK_KP_Enter:
1141 case GDK_KP_5: 1143 case GDK_KP_5:
1142 mainwin_play_pushed(); 1144 mainwin_play_pushed();
1143 break; 1145 break;
1144 case GDK_space: 1146 case GDK_space:
1145 playback_pause(); 1147 playback_pause();