tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
kbd
/
at
jcs
4 files
Makefile
Remove kvm groveling code. To restore the lost functionality we need to implement something like a WSKBDIO_GETENCODINGS ioctl that fetches a list of possible encodings for the specified keyboard from the kernel. Until that happens, kbd -l will simple show the same harcoded list of possible encodings as the installer does.
9 years ago
kbd.8
While it's clear from this man page that it's possible to list all encoding with the -l flag, there is no mention of the hidden .metaesc option. Also add reference to wskbd and wsconsctl, which can also be used to change the keyboard.encoding.
3 months ago
kbd_wscons.c
Add error handling if setting the keyboard encoding fails. After open of all /dev/wskbd* devices failed, report the error from the first one. Also wrap long lines. OK mpi@
3 years ago
main.c
each usage requires its own line
18 years ago