Add a foreign keyboard layout to Gnome in Debian 8

11,550

Solution 1

Try to install keyboard-configuration package sudo apt-get install keyboard-configuration And then follow this guide

edit /etc/default/keyboard manually, here's an example:

# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="us,de,fr,ua,ru"
XKBVARIANT=""
XKBOPTIONS="grp:alt_shift_toggle"

BACKSPACE="guess"

XKBMODEL is a keyboard model variable (look at a /usr/share/X11/xkb/rules/base.lst (plain text) or /usr/share/X11/xkb/rules/base.xml (XML) for a full list);

XKBLAYOUT variable contains a list of used layouts;

"grp:alt_shift_toggle" sets a layout switching key combination (+).

Solution 2

Press Super-key (corespondent to Windows-key), search (at the top) Region & Language, and confirm with Enter. Then press + and add the desired language flavor.enter image description here

Share:
11,550

Related videos on Youtube

Eleno
Author by

Eleno

Updated on September 18, 2022

Comments

  • Eleno
    Eleno almost 2 years

    I would like to add an Italian keyboard layout as an input source, but my system only lists English layouts. I suppose that this is because I didn't select any locale other than English during installation. What can I do know?