From 2dbcdb18986c4f3c0e339cc1f5cbbd21bd5ebb71 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 29 Nov 2023 11:32:32 +0100 Subject: [PATCH] add some more details to ml-vm --- content/posts/2023/11/easy-ml-linux-vm-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2023/11/easy-ml-linux-vm-setup.md b/content/posts/2023/11/easy-ml-linux-vm-setup.md index d81719a..5d697d3 100644 --- a/content/posts/2023/11/easy-ml-linux-vm-setup.md +++ b/content/posts/2023/11/easy-ml-linux-vm-setup.md @@ -52,7 +52,7 @@ ls /usr/share/kbd/keymaps/**/*.map.gz > 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 ```