| Summary: | FreeBSD Handbook: improve the context for kbdmap(1) ; and use the phrase "keyboard layout" | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Graham Perrin <grahamperrin> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Open --- | ||
| Severity: | Affects Many People | CC: | doc, fernape, pauamma |
| Priority: | --- | Keywords: | needs-patch |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://github.com/freebsd/freebsd-doc/blob/main/documentation/content/en/books/handbook/l10n/_index.adoc#user-content-setting-console | ||
| See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259342 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263315 |
||
| Bug Depends on: | |||
| Bug Blocks: | 263315 | ||
|
Description
Graham Perrin
2022-04-24 09:11:10 UTC
… hmm, things are slightly clearer after testing. kbdmap(1) does set, however the setting is not persistent. It's lost at reboot. On my everyday computer (configured years ago) I have: % sysrc keymap keymap: /usr/share/syscons/keymaps/uk.iso.kbd % None of the four United Kingdom options in kbdmap produces that map, so (I guess) kbdmap is not wholly useful for testing keymaps without rebooting. (In reply to Graham Perrin from comment #1) > keymap: /usr/share/syscons/keymaps/uk.iso.kbd > > None of the four United Kingdom options in kbdmap produces that map, so (I > guess) kbdmap is not wholly useful for testing keymaps without rebooting. I suspect this is because kbdmap (correctly) looks into /usr/share/vt/keymaps when sysctl kern.vty is set to "vt", and the near-equivalent (diff -u says it uses UTF-8 instead of ISO 8859 for the euro sign) is called /usr/share/vt/keymaps/uk.kbd instead. (This may or may not be an oversight. Maybe use of UTF-8 was the rationale for changing the name.) ^Triage: reporter is committer, assign accordingly. Triage, batch edit (just one): * for twenty-eight FreeBSD Handbook-related reports that had gained a personal assignee, prior group/list assignee doc@ was missing from the CC list. Gentle hint: <https://wiki.freebsd.org/Bugzilla/> ▶ do, don't … ^Triage: Reporter is committer, assign accordingly Any committer may commit to any repository with an accepted review from any committer with existing access to that repository. Committers may obtain review via a Differential in Phabricator, adding the "Contributor Reviewers ($Repository)" group as a Reviewer, reaching out to other committers; directly or via mailing lists, or setting the attachment flag to: maintainer-approval ? <person-youd-like-to-review> |