mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
keyboard.h: add some missing key enums from Plan 9
Change-Id: I0d8b94037309b15f839588c6547acaaaf3e2ed4d Reviewed-on: https://plan9port-review.googlesource.com/1151 Reviewed-by: Russ Cox <rsc@google.com>
This commit is contained in:
parent
fdf6ef3337
commit
bab43f07d3
1 changed files with 6 additions and 1 deletions
|
@ -33,7 +33,12 @@ enum {
|
||||||
Kalt= KF|0x15,
|
Kalt= KF|0x15,
|
||||||
Kshift= KF|0x16,
|
Kshift= KF|0x16,
|
||||||
Kctl= KF|0x17,
|
Kctl= KF|0x17,
|
||||||
|
|
||||||
|
Kbs= 0x08,
|
||||||
|
Kdel= 0x7f,
|
||||||
|
Kesc= 0x1b,
|
||||||
|
Keof= 0x04,
|
||||||
|
|
||||||
Kcmd= 0xF100 /* Rune: beginning of Cmd+'a', Cmd+'A', etc on Mac */
|
Kcmd= 0xF100 /* Rune: beginning of Cmd+'a', Cmd+'A', etc on Mac */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue