diff --git a/XF86keysym.h b/XF86keysym.h index e4ba4a6..065bdb3 100644 --- a/XF86keysym.h +++ b/XF86keysym.h @@ -183,6 +183,24 @@ #define XF86XK_Pictures 0x1008FF91 /* Show pictures */ #define XF86XK_Music 0x1008FF92 /* Launch music application */ +#define XF86XK_AudioForward 0x1008FF93 /* fast-forward audio track */ +#define XF86XK_AudioRepeat 0x1008FF94 /* toggle repeat mode */ +#define XF86XK_AudioRandomPlay 0x1008FF95 /* toggle shuffle mode */ +#define XF86XK_Subtitle 0x1008FF96 /* cycle through subtitle */ +#define XF86XK_AudioCycleTrack 0x1008FF97 /* cycle through audio tracks */ +#define XF86XK_CycleAngle 0x1008FF98 /* cycle through angles */ +#define XF86XK_FrameBack 0x1008FF99 /* video: go one frame back */ +#define XF86XK_FrameForward 0x1008FF9A /* video: go one frame forward */ +#define XF86XK_Time 0x1008FF9B /* display, or shows an entry for time seeking */ +#define XF86XK_Select 0x1008FF9C /* Select button on joypads and remotes */ +#define XF86XK_View 0x1008FF9D /* Show a view options/properties */ +#define XF86XK_TopMenu 0x1008FF9E /* Go to a top-level menu in a video */ + +#define XF86XK_Red 0x1008FF9F /* Red button */ +#define XF86XK_Green 0x1008FFA0 /* Green button */ +#define XF86XK_Yellow 0x1008FFA1 /* Yellow button */ +#define XF86XK_Blue 0x1008FFA2 /* Blue button */ + /* Keys for special action keys (hot keys) */ /* Virtual terminals on some operating systems */ #define XF86XK_Switch_VT_1 0x1008FE01