summaryrefslogtreecommitdiff
path: root/XF86keysym.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-09-21 14:50:45 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-09-21 14:50:45 +0300
commite51b21e316a5a1b9442a5d972b4ffa03455aca6e (patch)
treef4d34e9867ad7e9602336a57f2d1964ccbc25d5f /XF86keysym.h
parentc3f56593f776e7f9e3e0d220c6bcf8be38a16839 (diff)
XF86keysym: add keyboard/monitor brightness controls (Bug #8120)
Add XF86{Kbd,Mon}Brightness{Up,Down}, and XF86KbdLightOnOff.
Diffstat (limited to 'XF86keysym.h')
-rw-r--r--XF86keysym.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/XF86keysym.h b/XF86keysym.h
index fdb8fd6..43beb1a 100644
--- a/XF86keysym.h
+++ b/XF86keysym.h
@@ -19,7 +19,7 @@
#define XF86XK_ModeLock 0x1008FF01 /* Mode Switch Lock */
/*
- * Note, 0x1008FF02 - 0x1008FF0F are free and should be used for misc new
+ * Note, 0x1008FF07 - 0x1008FF0F are free and should be used for misc new
* keysyms that don't fit into any of the groups below.
*
* 0x1008FF64, 0x1008FF6F, 0x1008FF71, 0x1008FF83 are no longer used,
@@ -30,6 +30,13 @@
*/
+/* Backlight controls. */
+#define XF86XK_MonBrightnessUp 0x1008FF02
+#define XF86XK_MonBrightnessDown 0x1008FF03
+#define XF86XK_KbdLightOnOff 0x1008FF04
+#define XF86XK_KbdBrightnessUp 0x1008FF05
+#define XF86XK_KbdBrightnessDown 0x1008FF06
+
/*
* Keys found on some "Internet" keyboards.
*/