summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/settings.h b/src/settings.h
index 819f8cb..aad1fc4 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -57,10 +57,11 @@ typedef enum {
BAR_KS_MANAGESTATION = 23,
BAR_KS_PLAYPAUSE2 = 24,
BAR_KS_CREATESTATIONFROMSONG = 25,
- BAR_KS_PLAY = 26,
- BAR_KS_PAUSE = 27,
+ BAR_KS_PLAY = 26,
+ BAR_KS_PAUSE = 27,
+ BAR_KS_VOLRESET = 28,
/* insert new shortcuts _before_ this element and increase its value */
- BAR_KS_COUNT = 28,
+ BAR_KS_COUNT = 29,
} BarKeyShortcutId_t;
#define BAR_KS_DISABLED '\x00'