diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-06 23:30:04 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-01-06 23:30:04 +0000 |
commit | 5a11bcaab0933b73ac3026481762f39c22dfb9c9 (patch) | |
tree | 02066d13a45a9d08f3c73e8ee67ee013af66118d | |
parent | 19c89f5212bf073baf999fd3320cfe7ffe915f70 (diff) |
keyboard.h: comment.
-rw-r--r-- | sys/include/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/keyboard.h b/sys/include/keyboard.h index 57b7223cc..190d6b313 100644 --- a/sys/include/keyboard.h +++ b/sys/include/keyboard.h @@ -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, |