how do I change my keyboard to AZERTY in FreeBSD 14.3?

Thanks for your reply Emrion.
I tried manually adding
Code:
 
keymap="fr.acc.kbd"
to the
/etc/rc.conf file and rebooting, it did set the keyboard to AZERTY, however, to set it in SwayWM I had to modify the .config!/sway/config file
to have
Code:
input type:keyboard {
   xkb_layout "eu"
}
:)
 
Back
Top