comparison gui/wm/wskeys.h @ 33536:fc1402410163

Remove support for Acer AirKey V keyboard multimedia keys. Multimedia key support for arbitrary keyboards should be realized differently. (Blame me, if someone's actually using this keyboard.)
author ib
date Thu, 16 Jun 2011 11:45:47 +0000
parents 84ce059fae34
children
comparison
equal deleted inserted replaced
33535:ba473335e68b 33536:fc1402410163
29 #define wsXF86Stop 0x15 + 256 29 #define wsXF86Stop 0x15 + 256
30 #define wsXF86Prev 0x16 + 256 30 #define wsXF86Prev 0x16 + 256
31 #define wsXF86Next 0x17 + 256 31 #define wsXF86Next 0x17 + 256
32 #define wsXF86Media 0x32 + 256 32 #define wsXF86Media 0x32 + 256
33 33
34 // NOTE TO MYSELF: This is only for the Acer AirKey V keyboard.
35 #define wsXFMMPrev 0x98
36 #define wsXFMMStop 0xb1
37 #define wsXFMMPlay 0x95
38 #define wsXFMMNext 0x93
39 #define wsXFMMVolUp 0xad
40 #define wsXFMMVolDown 0xa6
41 #define wsXFMMMute 0x99
42
43 #endif /* MPLAYER_GUI_WSKEYS_H */ 34 #endif /* MPLAYER_GUI_WSKEYS_H */