Document WSKBD_EVENT_AUTOREPEAT.
This commit is contained in:
parent
d261be07a4
commit
5581662866
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: wscons.4,v 1.26 2004/10/04 01:08:28 wiz Exp $
|
.\" $NetBSD: wscons.4,v 1.27 2005/05/04 10:54:51 augustss Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999, 2004 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1999, 2004 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -31,7 +31,7 @@
|
|||||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd October 4, 2004
|
.Dd May 4, 2005
|
||||||
.Dt WSCONS 4
|
.Dt WSCONS 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -55,6 +55,7 @@
|
|||||||
.Cd options WSDISPLAY_COMPAT_SYSCONS
|
.Cd options WSDISPLAY_COMPAT_SYSCONS
|
||||||
.Cd options WSDISPLAY_COMPAT_USL
|
.Cd options WSDISPLAY_COMPAT_USL
|
||||||
.Cd options WSDISPLAY_COMPAT_RAWKBD
|
.Cd options WSDISPLAY_COMPAT_RAWKBD
|
||||||
|
.Cd options WSKBD_EVENT_AUTOREPEAT
|
||||||
.Cd options WSKBD_USONLY
|
.Cd options WSKBD_USONLY
|
||||||
.Pp
|
.Pp
|
||||||
.Cd "wsdisplay* at ..."
|
.Cd "wsdisplay* at ..."
|
||||||
@ -270,7 +271,10 @@ application from locking the whole console system,
|
|||||||
a screen switch will be rolled
|
a screen switch will be rolled
|
||||||
back after a 5 second timeout if the application does not respond.
|
back after a 5 second timeout if the application does not respond.
|
||||||
This option can be used to specify in seconds a different timeout value.
|
This option can be used to specify in seconds a different timeout value.
|
||||||
.Dq WSKBD_USONLY
|
.It Cd options WSKBD_EVENT_AUTOREPEAT
|
||||||
|
If set, this option enables auto repeat even in event mode.
|
||||||
|
The auto repeat will generate key down events while the key is pressed.
|
||||||
|
.It Cd options WSKBD_USONLY
|
||||||
In order to strip down the space usage of wscons,
|
In order to strip down the space usage of wscons,
|
||||||
all keymaps except the US english one can be removed from the kernel
|
all keymaps except the US english one can be removed from the kernel
|
||||||
with this option, which results in a space gain of about 10kB.
|
with this option, which results in a space gain of about 10kB.
|
||||||
|
Loading…
Reference in New Issue
Block a user