Hi,
I'm a FreeBSD newbie and I've just installed FreeBSD 12.0 in virtualbox.
As root and using the command "kbdmap", I have tested my keymap both with:
- Portuguese: "pt.kbd"
and
- Portuguese (accent keys): "pt.acc.kbd"
However, my problem is that none of this two keymaps work for me.
They work for almost all keys, but some are incorrect.
As an example, the "ç" key does nothing when I press it.
And the "«" key writes "=".
I think my keyboard model is "pc 105 pt", because in linux the command "cat /etc/default/keyboard" gives me this output:
XKBMODEL="pc105"
XKBLAYOUT="pt"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
I have read the FreeBSD Manual that explains Localization, and I created and added this to "~/login.conf", but it didn't work:
What I would like to achieve is this:
- keep my system language in US English
- use the portuguese keyboard mentioned above, but with all keys working correctly
Can somebody help me on solving this?
I'm a FreeBSD newbie and I've just installed FreeBSD 12.0 in virtualbox.
As root and using the command "kbdmap", I have tested my keymap both with:
- Portuguese: "pt.kbd"
and
- Portuguese (accent keys): "pt.acc.kbd"
However, my problem is that none of this two keymaps work for me.
They work for almost all keys, but some are incorrect.
As an example, the "ç" key does nothing when I press it.
And the "«" key writes "=".
I think my keyboard model is "pc 105 pt", because in linux the command "cat /etc/default/keyboard" gives me this output:
XKBMODEL="pc105"
XKBLAYOUT="pt"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
I have read the FreeBSD Manual that explains Localization, and I created and added this to "~/login.conf", but it didn't work:
Code:
me:\
:charset=ISO-8859-1:\
:lang=pt_PT.ISO8859-1:
What I would like to achieve is this:
- keep my system language in US English
- use the portuguese keyboard mentioned above, but with all keys working correctly
Can somebody help me on solving this?