add some more details to ml-vm

This commit is contained in:
2023-11-29 11:32:32 +01:00
parent 3d419c5f14
commit 2dbcdb1898

View File

@@ -52,7 +52,7 @@ ls /usr/share/kbd/keymaps/**/*.map.gz > kb.txt
nano kb.txt nano kb.txt
``` ```
This will spit out a list of keymaps. Then to select an appropriate keymap, type only the last part (after the last slash and without the .map.gz) after `loadkeys `, so for example for the default Swiss keyboard layout: This will spit out a list of keymaps. Then to select an appropriate keymap, press Ctrl + x and type only the last part (after the last slash and without the .map.gz) after `loadkeys `, so for example for the default Swiss keyboard layout:
``` ```
loadkeys de_CH-latin1 loadkeys de_CH-latin1
``` ```