summaryrefslogtreecommitdiff
path: root/include/keyboard_8042_sharedlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keyboard_8042_sharedlib.h')
-rw-r--r--include/keyboard_8042_sharedlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/keyboard_8042_sharedlib.h b/include/keyboard_8042_sharedlib.h
index 69df877218..6ab5eb8df3 100644
--- a/include/keyboard_8042_sharedlib.h
+++ b/include/keyboard_8042_sharedlib.h
@@ -114,8 +114,8 @@ enum scancode_values {
SCANCODE_BACK = 0xe038, /* e06a in codeset 1 */
SCANCODE_REFRESH = 0xe020, /* e067 in codeset 1 */
- SCANCODE_ZOOM = 0xe01d, /* e011 in codeset 1 */
- SCANCODE_SCALE = 0xe024, /* e012 in codeset 1 */
+ SCANCODE_FULLSCREEN = 0xe01d, /* e011 in codeset 1 */
+ SCANCODE_OVERVIEW = 0xe024, /* e012 in codeset 1 */
SCANCODE_SNIP = 0xe02d, /* e013 in codeset 1 */
SCANCODE_BRIGHTNESS_DOWN = 0xe02c, /* e014 in codeset 1 */
SCANCODE_BRIGHTNESS_UP = 0xe035, /* e015 in codeset 1 */