Convert a table of function keys into mdoc format so that they
format properly. Previously the table came out all garbled up.
This commit is contained in:
parent
24116fdd0a
commit
703b0715de
@ -25,7 +25,7 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: atkbd.4,v 1.5 1999/05/28 04:33:20 yokota Exp $
|
||||
.\" $Id: atkbd.4,v 1.6 1999/07/06 13:13:47 yokota Exp $
|
||||
.\"
|
||||
.Dd May 21, 1999
|
||||
.Dt ATKBD 4
|
||||
@ -68,33 +68,50 @@ by the
|
||||
.Xr kbdcontrol 1
|
||||
command.
|
||||
.Pp
|
||||
.TS
|
||||
c c
|
||||
c c
|
||||
r l.
|
||||
Function Key Number Function Key
|
||||
------------------- -----------------------------------------------
|
||||
1, 2,...12 F1, F2,... F12
|
||||
13, 14,...24 Shift+F1, Shift+F2,... Shift+F12
|
||||
25, 26,...36 Ctl+F1, Ctl+F2,... Ctl+F12
|
||||
37, 38,...48 Shift+Ctl+F1, Shift+Ctl+F2,... Shift+Ctl+F12
|
||||
49 Home and Numpad 7 (without NumLock)
|
||||
50 Up Arrow and Numpad 8 (without NumLock)
|
||||
51 Page Up and Numpad 9 (without NumLock)
|
||||
52 Numpad -
|
||||
53 Left Arrow and Numpad 4 (without NumLock)
|
||||
54 Numpad 5 (without NumLock)
|
||||
55 Right Arrow and Numpad 6 (without NumLock)
|
||||
56 Numpad +
|
||||
57 End and Numpad 1 (without NumLock)
|
||||
58 Down Arrow and Numpad 2 (without NumLock)
|
||||
59 Page Down and Numpad 3 (without NumLock)
|
||||
60 Ins and Numpad 0 (without NumLock)
|
||||
61 Del
|
||||
62 Left GUI Key
|
||||
63 Right GUI Key
|
||||
64 Menu
|
||||
.TE
|
||||
.Bl -tag -width "Function Key Number" -compact -offset
|
||||
.It "Function Key number"
|
||||
Function Key
|
||||
.It "1, 2,...12"
|
||||
F1, F2,... F12
|
||||
.It "13, 14,...24"
|
||||
Shift+F1, Shift+F2,... Shift+F12
|
||||
.It "25, 26,...36"
|
||||
Ctl+F1, Ctl+F2,... Ctl+F12
|
||||
.It "37, 38,...48"
|
||||
Shift+Ctl+F1, Shift+Ctl+F2,... Shift+Ctl+F12
|
||||
.It 49
|
||||
Home and Numpad 7 (without NumLock)
|
||||
.It 50
|
||||
Up Arrow and Numpad 8 (without NumLock)
|
||||
.It 51
|
||||
Page Up and Numpad 9 (without NumLock)
|
||||
.It 52
|
||||
Numpad -
|
||||
.It 53
|
||||
Left Arrow and Numpad 4 (without NumLock)
|
||||
.It 54
|
||||
Numpad 5 (without NumLock)
|
||||
.It 55
|
||||
Right Arrow and Numpad 6 (without NumLock)
|
||||
.It 56
|
||||
Numpad +
|
||||
.It 57
|
||||
End and Numpad 1 (without NumLock)
|
||||
.It 58
|
||||
Down Arrow and Numpad 2 (without NumLock)
|
||||
.It 59
|
||||
Page Down and Numpad 3 (without NumLock)
|
||||
.It 60
|
||||
Ins and Numpad 0 (without NumLock)
|
||||
.It 61
|
||||
Del
|
||||
.It 62
|
||||
Left GUI Key
|
||||
.It 63
|
||||
Right GUI Key
|
||||
.It 64
|
||||
Menu
|
||||
.El
|
||||
.Pp
|
||||
See the man page for the
|
||||
.Xr kbdcontrol 1
|
||||
|
@ -25,7 +25,7 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: atkbd.4,v 1.5 1999/05/28 04:33:20 yokota Exp $
|
||||
.\" $Id: atkbd.4,v 1.6 1999/07/06 13:13:47 yokota Exp $
|
||||
.\"
|
||||
.Dd May 21, 1999
|
||||
.Dt ATKBD 4
|
||||
@ -68,33 +68,50 @@ by the
|
||||
.Xr kbdcontrol 1
|
||||
command.
|
||||
.Pp
|
||||
.TS
|
||||
c c
|
||||
c c
|
||||
r l.
|
||||
Function Key Number Function Key
|
||||
------------------- -----------------------------------------------
|
||||
1, 2,...12 F1, F2,... F12
|
||||
13, 14,...24 Shift+F1, Shift+F2,... Shift+F12
|
||||
25, 26,...36 Ctl+F1, Ctl+F2,... Ctl+F12
|
||||
37, 38,...48 Shift+Ctl+F1, Shift+Ctl+F2,... Shift+Ctl+F12
|
||||
49 Home and Numpad 7 (without NumLock)
|
||||
50 Up Arrow and Numpad 8 (without NumLock)
|
||||
51 Page Up and Numpad 9 (without NumLock)
|
||||
52 Numpad -
|
||||
53 Left Arrow and Numpad 4 (without NumLock)
|
||||
54 Numpad 5 (without NumLock)
|
||||
55 Right Arrow and Numpad 6 (without NumLock)
|
||||
56 Numpad +
|
||||
57 End and Numpad 1 (without NumLock)
|
||||
58 Down Arrow and Numpad 2 (without NumLock)
|
||||
59 Page Down and Numpad 3 (without NumLock)
|
||||
60 Ins and Numpad 0 (without NumLock)
|
||||
61 Del
|
||||
62 Left GUI Key
|
||||
63 Right GUI Key
|
||||
64 Menu
|
||||
.TE
|
||||
.Bl -tag -width "Function Key Number" -compact -offset
|
||||
.It "Function Key number"
|
||||
Function Key
|
||||
.It "1, 2,...12"
|
||||
F1, F2,... F12
|
||||
.It "13, 14,...24"
|
||||
Shift+F1, Shift+F2,... Shift+F12
|
||||
.It "25, 26,...36"
|
||||
Ctl+F1, Ctl+F2,... Ctl+F12
|
||||
.It "37, 38,...48"
|
||||
Shift+Ctl+F1, Shift+Ctl+F2,... Shift+Ctl+F12
|
||||
.It 49
|
||||
Home and Numpad 7 (without NumLock)
|
||||
.It 50
|
||||
Up Arrow and Numpad 8 (without NumLock)
|
||||
.It 51
|
||||
Page Up and Numpad 9 (without NumLock)
|
||||
.It 52
|
||||
Numpad -
|
||||
.It 53
|
||||
Left Arrow and Numpad 4 (without NumLock)
|
||||
.It 54
|
||||
Numpad 5 (without NumLock)
|
||||
.It 55
|
||||
Right Arrow and Numpad 6 (without NumLock)
|
||||
.It 56
|
||||
Numpad +
|
||||
.It 57
|
||||
End and Numpad 1 (without NumLock)
|
||||
.It 58
|
||||
Down Arrow and Numpad 2 (without NumLock)
|
||||
.It 59
|
||||
Page Down and Numpad 3 (without NumLock)
|
||||
.It 60
|
||||
Ins and Numpad 0 (without NumLock)
|
||||
.It 61
|
||||
Del
|
||||
.It 62
|
||||
Left GUI Key
|
||||
.It 63
|
||||
Right GUI Key
|
||||
.It 64
|
||||
Menu
|
||||
.El
|
||||
.Pp
|
||||
See the man page for the
|
||||
.Xr kbdcontrol 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user