Solved Can't find a way to switch from Us to Spanish keyboard layout

Hey! What's up! I need to switch from US keyboard layout to Spanish. How can I do that in FreeBSD 14. I tested another solutions on the forum but not working, so.

Thank you for your reply!
 
For console, set
Code:
keymap="es"
in /etc/rc.conf

For X or Wayland, it is another issue. What are you using for the Desktop Environment / Window Manager / compositor?
 
The following should do the trick:

<code shell>
$ kbdmap
</code>

There is also a great handbook about FreeBSD. 😊
 
Back
Top