]> git.sesse.net Git - vlc/blobdiff - include/vlc_keys.h
Add Hotkey to cycle through audio devices
[vlc] / include / vlc_keys.h
index cce28fcc5df89443e0d0dd30596cc90c8c9d253f..bbc3c1a1da76f910f99dacbe4e4b56fd86c9209a 100644 (file)
@@ -334,5 +334,6 @@ static inline int StringToKey( char *psz_key )
 #define ACTIONID_ZOOM_HALF             93
 #define ACTIONID_ZOOM_ORIGINAL         94
 #define ACTIONID_ZOOM_DOUBLE           95
-
+/* Cycle Through Audio Devices */
+#define ACTIONID_AUDIODEVICE_CYCLE     96
 #endif