aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdcontrol/kbdcontrol.1
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1994-08-17 08:59:37 +0000
committerSøren Schmidt <sos@FreeBSD.org>1994-08-17 08:59:37 +0000
commit08bddad1f69323353175360efacd84eb273220dc (patch)
tree987072e436790647c6b76d22d19839deb2b5708e /usr.sbin/kbdcontrol/kbdcontrol.1
parent529f6e548c747ef0969feed8d8b9226f5cfb7b4c (diff)
downloadsrc-08bddad1f69323353175360efacd84eb273220dc.tar.gz
src-08bddad1f69323353175360efacd84eb273220dc.zip
Added kbdcontrol util from 1.1.5.1+
Reviewed by: Submitted by:
Notes
Notes: svn path=/head/; revision=2088
Diffstat (limited to 'usr.sbin/kbdcontrol/kbdcontrol.1')
-rw-r--r--usr.sbin/kbdcontrol/kbdcontrol.177
1 files changed, 77 insertions, 0 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1
new file mode 100644
index 000000000000..645103675f4e
--- /dev/null
+++ b/usr.sbin/kbdcontrol/kbdcontrol.1
@@ -0,0 +1,77 @@
+.\"
+.\" kbdcontrol - a utility for manipulating the syscons keyboard driver section
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" @(#)kbdcontrol.1
+.\"
+.TH kbdcontrol 1 "May 22, 1994" "" "FreeBSD"
+
+.SH NAME
+kbdcontrol - a utility for manipulating the syscons keyboard driver section.
+.SH SYNOPSIS
+.na
+.B kbdcontrol
+.RB [options]
+.SH DESCRIPTION
+The
+.B kbdcontrol
+command is used to set various keyboard related options for the syscons
+console driver, such as keymap, keyboard repeat & delay rates, bell
+characteristics etc.
+.SH OPTIONS
+.TP
+The following command line options are supported.
+.TP
+.BI "\-b\ " [ duration.pitch ]
+Set the bell duration and pitch values.
+.TP
+.BI "\-r\ " [ delay.repeat | slow | fast | normal ]
+Set keyboard
+.I delay
+and
+.I repeat
+rates, or use presets for
+.I slow,
+.I fast
+or
+.I normal.
+.TP
+.BI "\-l\ " mapfile
+Install keyboard map file from
+.I mapfile
+.TP
+.BI "\-d\ "
+Dump the current keyboard map onto stdout
+.TP
+.BI "\-f\ " #\ string
+Set function key number
+.I #
+to send
+.I string
+.
+.TP
+.BI "\-F\ "
+Set function keys back to the standard definitions.
+.TP
+.B \-v
+Turns on verbose output.
+.PP
+.SH FILES
+/usr/share/syscons/keymaps
+.SH "BUGS"
+Report when found.
+.SH "SEE ALSO"
+.BR vidcontrol (1) ,
+.BR keyboard (4) ,
+.BR screen (4) ,
+.BR /sys/i386/conf/SYSCONS
+.SH AUTHORS
+Søren Schmidt (sos@login.dkuug.dk)