0

I upgraded to Kubuntu 18.04 recently but do not see the Slovak keyboard layout (in "Keyboard - System Settings Module" ). Is there any way how to add it?

This layout was normally available for older Kubuntu versions.

Martin Flaska
  • 243
  • 2
  • 9

1 Answers1

1

I don't have access to a Kubuntu desktop at the moment, but you can try to add it system wide.

Open the /etc/default/keyboard file for editing. If you for instance have the English (US) layout set by default, you probably find these two lines:

XKBLAYOUT="us"
XKBVARIANT=""

You can add Slovak by changing those lines so they look like this:

XKBLAYOUT="us,sk"
XKBVARIANT=","

Hopefully Slovak will then be available after next reboot.

Edit:

/etc/default/keyboard corresponding to setxkbmap() command in comment:

XKBLAYOUT="us,sk"
BACKSPACE="guess"
XKBVARIANT=",qwerty"
XKBMODEL="pc105"
XKBOPTIONS="grp:alt_shift_toggle"