summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2023-01-06 23:30:04 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2023-01-06 23:30:04 +0000
commit5a11bcaab0933b73ac3026481762f39c22dfb9c9 (patch)
tree02066d13a45a9d08f3c73e8ee67ee013af66118d
parent19c89f5212bf073baf999fd3320cfe7ffe915f70 (diff)
keyboard.h: comment.
-rw-r--r--sys/include/keyboard.h2
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,