Bistaratu teklatu-diseinu anitz saioa hasteko pantailan
You can change the system keyboard layout settings to add alternative keyboard layouts for users to choose from on the login screen. This can be helpful for users who normally use different keyboard layouts from the default and who want to have those keyboard layouts available at the login screen.
Aldatu sistemaren teklatu-diseinuaren ezarpenak
Find the codes of the desired language layouts in the /usr/share/X11/xkb/rules/base.lst file under the section named ! layout.
-
Erabili localectl tresna sistemaren teklatu-diseinuaren ezarpenak aldatzeko, honela:
localectl set-x11-keymap layoutYou can specify multiple layouts as a comma-separated list. For example, to set es as the default layout, and us as the secondary layout, run the following command:
$ localectl set-x11-keymap es,us Log out to find that the defined layouts are available at the top bar on the login screen.
Note that you can also use the localectl tool to specify the machine-wide default keyboard model, variant, and options. See the localectl(1) man page for more information.
Bistaratu teklatu-diseinu anitz localectl erabili gabe
On systems that do not provide the localectl tool, you can change the system keyboard layout settings by editing a configuration file in /usr/share/X11/xorg.conf.d/.
Aldatu sistemaren teklatu-diseinuaren ezarpenak
Find the codes of the desired language layouts in the /usr/share/X11/xkb/rules/base.lst file under the section named ! layout.
-
gehitu diseinu-kodeak /usr/share/X11/xorg.conf.d/10-evdev.conf fitxategian, honako moduan:
Section "InputClass" Identifier "evdev keyboard catchall" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "XkbLayout" "en,fr" EndSectionMultiple layouts can be added as a comma separated list, as shown in the example for English (en) and French (fr) layouts.
Log out to find that the defined layouts are available at the top bar on the login screen.