PCKBD(4) | Device Drivers Manual | PCKBD(4) |
pckbd
—
pckbc* at isa?
pckbd* at pckbc?
wskbd* at pckbd? console ?
options PCKBD_LAYOUT=XXX
The pckbd
driver supports a number of
different key mappings which can be chosen from with the kernel option
PCKBD_LAYOUT
at compile time or with the utility
wsconsctl(8) (variable:
“encoding”) at runtime. Other mappings can be used if the
whole keymap is replaced by means of
wsconsctl(8).
Because PC keyboard hardware doesn't contain a beeper, requests for “keyboard beeps” cannot be handled directly. On alpha and i386 a helper device attached to the pcppi(4) driver allows the use of the standard ISA speaker for this purpose. On acorn32, vidcaudio(4) performs this function.
wsconsctl
-w
encoding=de.nodead.metaesc.
To set it at kernel build time, add
options
PCKBD_LAYOUT="(KB_DE
| KB_NODEAD
|
KB_METAESC)"
July 13, 2020 | NetBSD 9.4 |