X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fui_buttons.c;h=6de8bd83c1754ddc0b85ed0174447cbbf4c28434;hb=3ca77a33f64b20623f97b621530a82ff136fb33f;hp=8af9ea657aaf78761639ea596b33019d8e129475;hpb=d9387a581ab513a84a69b9d85979e1ea6e439863;p=omnplay diff --git a/src/ui_buttons.c b/src/ui_buttons.c index 8af9ea6..6de8bd8 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 above (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,13 +164,28 @@ static const button_desc_t buttons[] = }, { BUTTON_LIBRARY_REFRESH, - "Refresh library", + "Refresh library (F5)", NULL, NULL, "button_library_refresh", "Axialis_Team_library_refresh_16x16.png" }, - + { + BUTTON_LIBRARY_FIND, + "Find item", + NULL, + NULL, + "button_library_find", + "Axialis_Team_search_in_library_16x16.png" + }, + { + BUTTON_LIBRARY_FIND_NEXT, + "Find next item", + NULL, + NULL, + "button_library_find_next", + "Axialis_Team_search_next_16x16.png" + }, { BUTTON_LAST,