Hello everyone.
I have recently installed NetBSD and so far I have not been able to configure my keyboard correctly. The keyboard layout I have is in English, however, I want to set it to international English as my native language uses accents and by setting the keyboard to international English I can add accents to the vowels and use the letter n with the tilde.
I am used to use gnu/linux and in the distribution I currently use configure the keyboard by creating a file in /etx/X11/xorg.conf.d/10-keyboard.conf
whose content is:
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "Xkblayout" "us"
Option "XkbVariant" "intl"
EndSection
However, when doing this on NetBSD, the configuration is not loaded when starting X11. How can I get the keyboard configuration to load correctly?
Thank you for your help.
Regards