add switching between playlist and browser with tab key

This commit is contained in:
unknown
2008-08-16 14:54:03 +02:00
parent b6f631fcfb
commit 7a6bd17396
2 changed files with 11 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ const bool UNICODE = 0;
# define NCMPCPP_TO_WSTRING(x) (x)
#endif
#define KEY_TAB 9
#define ENTER 10
#define KEY_SPACE 32