summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/keycap/man5/keycap.5
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-27 15:30:30 +0000
committerru <ru@FreeBSD.org>2000-12-27 15:30:30 +0000
commit4bb5f49662398b2c716ed1737fb2ad4ca436335d (patch)
treef1468f2d922f425fb0e1dc0ae9c5629ea3d7baf7 /usr.sbin/pcvt/keycap/man5/keycap.5
parent6c6a7d37868897a158286c6ca08baf40fb719d09 (diff)
downloadFreeBSD-src-4bb5f49662398b2c716ed1737fb2ad4ca436335d.zip
FreeBSD-src-4bb5f49662398b2c716ed1737fb2ad4ca436335d.tar.gz
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.sbin/pcvt/keycap/man5/keycap.5')
-rw-r--r--usr.sbin/pcvt/keycap/man5/keycap.520
1 files changed, 9 insertions, 11 deletions
diff --git a/usr.sbin/pcvt/keycap/man5/keycap.5 b/usr.sbin/pcvt/keycap/man5/keycap.5
index 06d06ee..4de2765 100644
--- a/usr.sbin/pcvt/keycap/man5/keycap.5
+++ b/usr.sbin/pcvt/keycap/man5/keycap.5
@@ -63,10 +63,10 @@ upper case and blanks for readability.
.Sh CAPABILITIES
.Pp
.Bl -column indent indent
-.Sy Name Type Description
+.Sy "Name Type Description
.It "de bool Resets Keyboard mapping to compiled-in default"
.It "D<n> bool Disables key <n> completely"
-
+.It "
.It "m<n> num specify key numbers for ALT keys
.It "l<n> num specify key numbers for ALTGR keys
.It "h<n> num specify key numbers for SHIFT keys
@@ -75,19 +75,18 @@ upper case and blanks for readability.
.It "sh<n> num specify key number for the SHIFT LOCK key
.It "nl<n> num specify key number for the NUM LOCK key
.It "sc<n> num specify key number for the SCROLL LOCK key
-
+.It "
.It "K<n> str bind a string to a unshifted (normal) key
.It "S<n> str bind a string to a shifted key
.It "C<n> str bind a string to a control key
.It "A<n> str bind a string to a altgr key
-
+.It "
.It "tc str Entry of similar map \- must be last."
.El
-
+.Pp
Parameter <n> describing the key number can have values from 1 to 128.
-
+.Pp
A string parameter may have up to 15 characters.
-
.Pp
.Ss A Sample Entry
The following entry, which describes a test entry, is among the very
@@ -99,7 +98,6 @@ file as of this writing.
tt\||test\||Test entry which swaps y and z:\e
:K22=z:S22=Z:C22=\e032:\e
:K46=y:S46=Y:C46=\e031:
-
.Ed
.Pp
Entries may continue onto multiple lines by giving a \e as the last
@@ -118,15 +116,15 @@ File containing keyboard mapping descriptions.
The entry
.Dq Li l1#60
sets the keynumber for the ALTGR key to 60.
-
+.Pp
The entry
.Dq Li K100=hugo
binds the string 'hugo' to the key number 100.
-
+.Pp
The entry
.Dq Li K100=^D
binds the control character EOT (0x04) to the key number 100.
-
+.Pp
The entry
.Dq Li K100=\e000
binds the control character NUL (0x00) to the key number 100.
OpenPOWER on IntegriCloud