mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
keyboard.h: comment.
This commit is contained in:
parent
19c89f5212
commit
5a11bcaab0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ enum {
|
|||
Spec= 0xF800,
|
||||
PF= Spec|0x20, /* num pad function key */
|
||||
Kview= Spec|0x00, /* view (shift window up) */
|
||||
/* KF|1, KF|2, ..., KF|0xC is F12 */
|
||||
/* KF|1, KF|2, ..., KF|0xC is *respectively* F1, F2, ..., F12 */
|
||||
Khome= KF|0x0D,
|
||||
Kup= KF|0x0E,
|
||||
Kdown= Kview,
|
||||
|
|
Loading…
Reference in a new issue