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