summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h
index 59dd7b6..346551d 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -55,8 +55,9 @@ typedef enum {
BAR_KS_VOLDOWN = 21,
BAR_KS_VOLUP = 22,
BAR_KS_MANAGESTATION = 23,
+ BAR_KS_PLAYPAUSE2 = 24,
/* insert new shortcuts _before_ this element and increase its value */
- BAR_KS_COUNT = 24,
+ BAR_KS_COUNT = 25,
} BarKeyShortcutId_t;
#define BAR_KS_DISABLED '\x00'