cleaner AltGr handling
This commit is contained in:
parent
1ff38af9b9
commit
176194068f
2 changed files with 23 additions and 9 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
/* Keys without associated character. */
|
||||
#define GRUB_TERM_EXTENDED 0x1000000
|
||||
#define GRUB_TERM_KEY_MASK 0x1ffffff
|
||||
#define GRUB_TERM_KEY_LEFT (GRUB_TERM_EXTENDED | 1)
|
||||
#define GRUB_TERM_KEY_RIGHT (GRUB_TERM_EXTENDED | 2)
|
||||
#define GRUB_TERM_KEY_UP (GRUB_TERM_EXTENDED | 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue