summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol/lex.l
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-11 22:51:05 +0000
committerache <ache@FreeBSD.org>2001-03-11 22:51:05 +0000
commitc710e20072d6904bbbbef48ace13e255b0a68195 (patch)
tree2512533075449cfea967cc9644806d4cb703b27b /usr.sbin/kbdcontrol/lex.l
parentef32330c570fe463e3c57d66c01ee23546bf36d3 (diff)
downloadFreeBSD-src-c710e20072d6904bbbbef48ace13e255b0a68195.zip
FreeBSD-src-c710e20072d6904bbbbef48ace13e255b0a68195.tar.gz
Implement keyboard paste
PR: 25499 Submitted by: Gaspar Chilingarov <nm@web.am>
Diffstat (limited to 'usr.sbin/kbdcontrol/lex.l')
-rw-r--r--usr.sbin/kbdcontrol/lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/lex.l b/usr.sbin/kbdcontrol/lex.l
index 81314d4..35c488b 100644
--- a/usr.sbin/kbdcontrol/lex.l
+++ b/usr.sbin/kbdcontrol/lex.l
@@ -70,6 +70,7 @@ lalta|alta { return TLALTA; }
ralta { return TRALTA; }
halt { return THALT; }
pdwn { return TPDWN; }
+paste { return TPASTE; }
NUL|nul { number = 0; return TNUM; }
SOH|soh { number = 1; return TNUM; }
OpenPOWER on IntegriCloud