From 24ed240c865837b8c9d7c9240f6ef3ba9065b162 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 5 Jul 2012 22:00:22 +0200 Subject: Add feature: Create new station from selected song MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New keybinding ā€˜vā€™, new setting act_createstationfromsong. --- src/settings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 346551d..488a2fb 100644 --- a/src/settings.h +++ b/src/settings.h @@ -56,8 +56,9 @@ typedef enum { BAR_KS_VOLUP = 22, BAR_KS_MANAGESTATION = 23, BAR_KS_PLAYPAUSE2 = 24, + BAR_KS_CREATESTATIONFROMSONG = 25, /* insert new shortcuts _before_ this element and increase its value */ - BAR_KS_COUNT = 25, + BAR_KS_COUNT = 26, } BarKeyShortcutId_t; #define BAR_KS_DISABLED '\x00' -- cgit v1.2.3