Hello there,
I've been wanting to try out FreeBSD for a while now but I've ran into a problem when it comes to setting up the keyboard layout. When I choose the czech keyboard (qwertz with accent keys) I have the following problems -
1) The only accent letters that appear are the áíéú keys, although only the lowercase version. Using caps-lock to produce to uppercase version produces the lowercase version again.
2) The rest of the accent keys (ěščřžýů) produce a question mark instead in both lowercase and uppercase.
3) Keybindings of the form "AlrGr+letter" - such as pressing AltGr+f being [, AltGr+g being ] etc. - produce only the letter. That is AltGr+f gives f instead.
4) Then there's the rather strange fact that when choosing the czech keyboard during the installation you still have the US layout and have to press left Alt+Shift to get the czech layout.
Initially I though that the sh shell had a problem displaying the errors so I installed csh instead but the problem is still there as well. Here is my
And I'm running the 13.1 Release version of FreeBSD. From the following post that was made 7 years ago https://forums.freebsd.org/threads/localization-czech-letters.55686/#post-316537 it looks like the exact same problem as I have but there isn't an explicit solution as far as I can tell.
I should point out that I'm new to FreeBSD and not exactly a hardcore linux user so I'm lost and confused on how to solve this issue. I also should mention that I'm running FreeBSD in a virtual machine to try it out first. Any help will be appreciated with some clear instructions. Thank you in advance
I've been wanting to try out FreeBSD for a while now but I've ran into a problem when it comes to setting up the keyboard layout. When I choose the czech keyboard (qwertz with accent keys) I have the following problems -
1) The only accent letters that appear are the áíéú keys, although only the lowercase version. Using caps-lock to produce to uppercase version produces the lowercase version again.
2) The rest of the accent keys (ěščřžýů) produce a question mark instead in both lowercase and uppercase.
3) Keybindings of the form "AlrGr+letter" - such as pressing AltGr+f being [, AltGr+g being ] etc. - produce only the letter. That is AltGr+f gives f instead.
4) Then there's the rather strange fact that when choosing the czech keyboard during the installation you still have the US layout and have to press left Alt+Shift to get the czech layout.
Initially I though that the sh shell had a problem displaying the errors so I installed csh instead but the problem is still there as well. Here is my
locale
output :
Code:
LANG = C.UTF-8
LC_CTYPE = "C.UTF-8"
LC_COLLATE = "C.UTF-8"
LC_TIME = "C.UTF-8"
LC_NUMERIC = "C.UTF-8"
LC_MONETARY = "C.UTF-8"
LC_MESSAGES = "C.UTF-8"
LC_ALL =
And I'm running the 13.1 Release version of FreeBSD. From the following post that was made 7 years ago https://forums.freebsd.org/threads/localization-czech-letters.55686/#post-316537 it looks like the exact same problem as I have but there isn't an explicit solution as far as I can tell.
I should point out that I'm new to FreeBSD and not exactly a hardcore linux user so I'm lost and confused on how to solve this issue. I also should mention that I'm running FreeBSD in a virtual machine to try it out first. Any help will be appreciated with some clear instructions. Thank you in advance