summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol/lex.h
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-12-10 04:24:27 +0000
committeryokota <yokota@FreeBSD.org>1999-12-10 04:24:27 +0000
commit86222d7d6a2ab23d5ffcc3a13b463b0363d9903b (patch)
tree155422aa30f87ff28cc2b345a722ce1b56b3a8d8 /usr.sbin/kbdcontrol/lex.h
parent767877b61197f18d8893f585bfda0036608ced96 (diff)
downloadFreeBSD-src-86222d7d6a2ab23d5ffcc3a13b463b0363d9903b.zip
FreeBSD-src-86222d7d6a2ab23d5ffcc3a13b463b0363d9903b.tar.gz
Define some more function keys in the keymap: panic, lshifta, rshifta, etc.
Diffstat (limited to 'usr.sbin/kbdcontrol/lex.h')
-rw-r--r--usr.sbin/kbdcontrol/lex.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/lex.h b/usr.sbin/kbdcontrol/lex.h
index b8f8753..251b1c9 100644
--- a/usr.sbin/kbdcontrol/lex.h
+++ b/usr.sbin/kbdcontrol/lex.h
@@ -54,6 +54,13 @@
#define TACC 279
#define TSPSC 280
#define TPREV 281
+#define TPANIC 282
+#define TLSHA 283
+#define TRSHA 284
+#define TLCTRA 285
+#define TRCTRA 286
+#define TLALTA 287
+#define TRALTA 288
extern int number;
extern char letter;
OpenPOWER on IntegriCloud