diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-13 12:01:16 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-13 13:27:01 +1030 |
commit | 610eb9698316b7cdfe378ce7776c4520f8b061ff (patch) | |
tree | c490589c6cc4cd6824966b5b30af68ff547e4629 /XF86keysym.h | |
parent | 0846d7adfe790897e879c5ed53d4f81db459a20d (diff) |
Add keysyms for XF86XK_Battery, XF86XK_Bluetooth, XF86XK_WLAN, XF86XK_UWB.
Diffstat (limited to 'XF86keysym.h')
-rw-r--r-- | XF86keysym.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/XF86keysym.h b/XF86keysym.h index e4ba4a6..4643b01 100644 --- a/XF86keysym.h +++ b/XF86keysym.h @@ -183,6 +183,11 @@ #define XF86XK_Pictures 0x1008FF91 /* Show pictures */ #define XF86XK_Music 0x1008FF92 /* Launch music application */ +#define XF86XK_Battery 0x1008FF93 /* Display battery information */ +#define XF86XK_Bluetooth 0x1008FF94 /* Enable/disable Bluetooth */ +#define XF86XK_WLAN 0x1008FF95 /* Enable/disable WLAN */ +#define XF86XK_UWB 0x1008FF96 /* Enable/disable UWB */ + /* Keys for special action keys (hot keys) */ /* Virtual terminals on some operating systems */ #define XF86XK_Switch_VT_1 0x1008FE01 |