From 3a196f51581ffca2d2a902e83a9b69ac4702316c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 10 Aug 2015 10:36:03 +0200 Subject: Add feature to change Pandora settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently exposed settings: Username, password and explicit content filter. New key for settings is ‘!’, changeable with “act_settings”. Fixes issues #524 and #506. --- 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 0ce5611..d35a64c 100644 --- a/src/settings.h +++ b/src/settings.h @@ -59,8 +59,9 @@ typedef enum { BAR_KS_PLAY = 26, BAR_KS_PAUSE = 27, BAR_KS_VOLRESET = 28, + BAR_KS_SETTINGS = 29, /* insert new shortcuts _before_ this element and increase its value */ - BAR_KS_COUNT = 29, + BAR_KS_COUNT = 30, } BarKeyShortcutId_t; #define BAR_KS_DISABLED '\x00' -- cgit v1.2.3