keycode: add a couple of new keys
authorAlan Cox <alan@linux.intel.com>
Thu, 19 Oct 2017 19:48:10 +0000 (20:48 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 19 Oct 2017 19:48:10 +0000 (20:48 +0100)
Kernel/include/keycode.h

index 272788d..60a9f01 100644 (file)
@@ -38,6 +38,8 @@
 #define KEY_MINUS      ESC('-')
 #define KEY_EXIT       ESC('q')
 #define KEY_PAUSE      ESC('p')
+#define KEY_PGDOWN     ESC('>')
+#define KEY_PGUP       ESC('<')
 
 #define KEY_F1         ESC('1')
 #define KEY_F2         ESC('2')