Kbdcontrol

From wikinotes
Revision as of 23:56, 5 June 2016 by Will (talk | contribs) (Created page with "kbdcontrol allows you to view and set keymaps in FreeBSD. {| | <pre>/usr/share/vt/keymaps</pre> || || location of keymaps |- |} <syntaxhighlight lang="bash"> kbdcontrol -l /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

kbdcontrol allows you to view and set keymaps in FreeBSD.

/usr/share/vt/keymaps
location of keymaps
kbdcontrol -l /usr/share/vt/keymaps/us.kbd		## set keymap to us.kbd

#### /etc/rc.conf
keymap=/usr/share/vt/keymaps/us.kbd
####