X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fui_buttons.c;h=99b6a5ba1549e1b9903e0d5933cd3bb7598f43e4;hb=afc27123fb65aa16cf42fd0cc5f0ac12820f2e85;hp=4d0f35eff471450c30009dc46b9be84d18649cd2;hpb=abb6b8a4d3a3b091686a184642968e3cd914df1d;p=omnplay diff --git a/src/ui_buttons.c b/src/ui_buttons.c index 4d0f35e..99b6a5b 100644 --- a/src/ui_buttons.c +++ b/src/ui_buttons.c @@ -52,7 +52,7 @@ static const button_desc_t buttons[] = { { BUTTON_PLAYLIST_ITEM_ADD, - "Add item to playlist", + "Add item to playlist (Insert)", NULL, NULL, "button_playlist_add", @@ -60,7 +60,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_ITEM_EDIT, - "Edit item in playlist", + "Edit item in playlist (E)", NULL, NULL, "button_playlist_edit", @@ -68,7 +68,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_ITEM_DEL, - "Delete item from playlist", + "Delete item from playlist (Del)", NULL, NULL, "button_playlist_del", @@ -76,7 +76,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_ITEM_UP, - "Move item ebove", + "Move item ebove (Ctrl-UP)", NULL, NULL, "button_playlist_up", @@ -84,7 +84,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_ITEM_DOWN, - "Move item below", + "Move item below (Ctrl-DOWN)", NULL, NULL, "button_playlist_down", @@ -92,7 +92,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_LOAD, - "Load playlist", + "Load playlist (Ctrl-O)", NULL, NULL, "button_playlist_load", @@ -100,7 +100,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYLIST_SAVE, - "Save playlist", + "Save playlist (Ctrl-S)", NULL, NULL, "button_playlist_load", @@ -124,7 +124,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYER_CUE, - "Cue block", + "Cue block (Enter)", NULL, NULL, "button_playlist_cue", @@ -132,7 +132,7 @@ static const button_desc_t buttons[] = }, { BUTTON_PLAYER_PLAY, - "Play", + "Play (Space)", NULL, NULL, "button_playlist_play", @@ -156,7 +156,7 @@ static const button_desc_t buttons[] = }, { BUTTON_LIBRARY_ADD, - "Add to playlist", + "Add to playlist (Enter)", NULL, NULL, "button_library_add", @@ -164,7 +164,7 @@ static const button_desc_t buttons[] = }, { BUTTON_LIBRARY_REFRESH, - "Refresh library", + "Refresh library (F5)", NULL, NULL, "button_library_refresh",