mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 05:28:31 +09:00
doc: keycode update
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
["'",'"'],
|
["'",'"'],
|
||||||
["/","?"],
|
["/","?"],
|
||||||
["<AT>"],
|
["<AT>"],
|
||||||
["<NUM>"],
|
["<NUM_LOCK>"],
|
||||||
["<HEADSETHOOK>"],
|
["<HEADSETHOOK>"],
|
||||||
["<FOCUS>"],
|
["<FOCUS>"],
|
||||||
["+"],
|
["+"],
|
||||||
@@ -253,4 +253,4 @@
|
|||||||
[undefined],
|
[undefined],
|
||||||
[undefined],
|
[undefined],
|
||||||
["<:CIRCLE:>"]
|
["<:CIRCLE:>"]
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
["'",'"'],
|
["'",'"'],
|
||||||
["/","?"],
|
["/","?"],
|
||||||
["<AT>"],
|
["<AT>"],
|
||||||
["<NUM>"],
|
["<NUM_LOCK>"],
|
||||||
["<HEADSETHOOK>"],
|
["<HEADSETHOOK>"],
|
||||||
["<FOCUS>"],
|
["<FOCUS>"],
|
||||||
["+"],
|
["+"],
|
||||||
@@ -253,4 +253,4 @@
|
|||||||
[undefined],
|
[undefined],
|
||||||
[undefined],
|
[undefined],
|
||||||
["<:CIRCLE:>"]
|
["<:CIRCLE:>"]
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ Address & RW & Description \\
|
|||||||
\begin{tabulary}{\textwidth}{rl}
|
\begin{tabulary}{\textwidth}{rl}
|
||||||
Key & Code \\
|
Key & Code \\
|
||||||
\hline
|
\hline
|
||||||
|
\ttfamily{0} & 7 \\
|
||||||
\ttfamily{1} & 8 \\
|
\ttfamily{1} & 8 \\
|
||||||
\ttfamily{2} & 9 \\
|
\ttfamily{2} & 9 \\
|
||||||
\ttfamily{3} & 10 \\
|
\ttfamily{3} & 10 \\
|
||||||
@@ -67,7 +68,6 @@ Key & Code \\
|
|||||||
\ttfamily{7} & 14 \\
|
\ttfamily{7} & 14 \\
|
||||||
\ttfamily{8} & 15 \\
|
\ttfamily{8} & 15 \\
|
||||||
\ttfamily{9} & 16 \\
|
\ttfamily{9} & 16 \\
|
||||||
\ttfamily{0} & 17 \\
|
|
||||||
$\hookleftarrow$ & 66 \\
|
$\hookleftarrow$ & 66 \\
|
||||||
\condensedfont{BkSp} & 67 \\
|
\condensedfont{BkSp} & 67 \\
|
||||||
\condensedfont{Tab} & 61 \\
|
\condensedfont{Tab} & 61 \\
|
||||||
@@ -130,22 +130,23 @@ $\rightarrow$ & 22 \\
|
|||||||
\condensedfont{PgUp} & 92 \\
|
\condensedfont{PgUp} & 92 \\
|
||||||
\condensedfont{PgDn} & 93 \\
|
\condensedfont{PgDn} & 93 \\
|
||||||
\condensedfont{Home} & 3 \\
|
\condensedfont{Home} & 3 \\
|
||||||
\condensedfont{End} & 132 \\
|
\condensedfont{End} & 123 \\
|
||||||
F1 & 244 \\
|
F1 & 131 \\
|
||||||
\end{tabulary}
|
\end{tabulary}
|
||||||
\begin{tabulary}{\textwidth}{rl}
|
\begin{tabulary}{\textwidth}{rl}
|
||||||
Key & Code \\
|
Key & Code \\
|
||||||
\hline
|
\hline
|
||||||
F2 & 245 \\
|
F2 & 132 \\
|
||||||
F3 & 246 \\
|
F3 & 133 \\
|
||||||
F4 & 247 \\
|
F4 & 134 \\
|
||||||
F5 & 248 \\
|
F5 & 135 \\
|
||||||
F6 & 249 \\
|
F6 & 136 \\
|
||||||
F7 & 250 \\
|
F7 & 137 \\
|
||||||
F8 & 251 \\
|
F8 & 138 \\
|
||||||
F9 & 252 \\
|
F9 & 139 \\
|
||||||
F10 & 253 \\
|
F10 & 140 \\
|
||||||
F11 & 254 \\
|
F11 & 141 \\
|
||||||
|
F12 & 142 \\
|
||||||
\condensedfont{Num} \ttfamily{0} & 144 \\
|
\condensedfont{Num} \ttfamily{0} & 144 \\
|
||||||
\condensedfont{Num} \ttfamily{1} & 145 \\
|
\condensedfont{Num} \ttfamily{1} & 145 \\
|
||||||
\condensedfont{Num} \ttfamily{2} & 146 \\
|
\condensedfont{Num} \ttfamily{2} & 146 \\
|
||||||
@@ -157,12 +158,9 @@ F11 & 254 \\
|
|||||||
\condensedfont{Num} \ttfamily{8} & 152 \\
|
\condensedfont{Num} \ttfamily{8} & 152 \\
|
||||||
\condensedfont{Num} \ttfamily{9} & 153 \\
|
\condensedfont{Num} \ttfamily{9} & 153 \\
|
||||||
\condensedfont{NumLk} & 78 \\
|
\condensedfont{NumLk} & 78 \\
|
||||||
\ttfamily{*} & 17 \\
|
|
||||||
\end{tabulary}
|
\end{tabulary}
|
||||||
\end{longtable}
|
\end{longtable}
|
||||||
|
|
||||||
Keys not listed on the table may not be available depending on the system, for example, F12 may not be recognised.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\chapter{Text and Graphics Display}
|
\chapter{Text and Graphics Display}
|
||||||
|
|||||||
Reference in New Issue
Block a user