Mapping Your Keyboard
You can configure your keyboard for a different layout either during or after installation.
Supported keyboard layouts include:
Layout | Language |
---|---|
de | German |
de-latin1 |
German (latin1) |
de-latin1-nodeadkey | German (latin1 without dead keys) |
dvorak | Dvorak |
jp106 | Japanese |
sg | Swiss German |
sg-latin1 |
Swiss German (latin1) |
uk | United Kingdom |
us | U.S. English |
us-acentos | U.S. International |
To configure your keyboard layout during installation:
- As the first PM boots, select a keyboard map on the Welcome menu, press Enter, and in the next screen, select Install, Recover, or Replace.
- On legacy BIOS systems, press Tab to access the kernel command line. On UEFI systems, press e.
-
Specify the inst.keymap kernel argument to configure the correct keyboard layout. The following example configures the Swiss German keyboard layout:
inst.keymap=sg - On legacy BIOS systems, press Enter to continue the boot sequence. On UEFI systems, press Ctrl-x.
- Repeat the preceding steps on the second PM.
To configure your keyboard layout after installation :
-
Log in to the first PM as root.
-
From the command line, issue the localectl command to configure the correct keyboard layout. The following example configures the German keyboard layout:
# localectl set-keymap de -
Repeat the preceding steps on the second PM.
Related Topics