diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-10 23:13:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-10 23:13:22 -0500 |
commit | 40dacdd3f3f7bf186d5763e15b104d2cabfdd225 (patch) | |
tree | 44497578487963806c769ae39be0e8f2f5e04a54 | |
parent | 0801a024d131ba390e19467c202be0754dffd671 (diff) | |
download | cl-40dacdd3f3f7bf186d5763e15b104d2cabfdd225.tar.lz cl-40dacdd3f3f7bf186d5763e15b104d2cabfdd225.tar.xz cl-40dacdd3f3f7bf186d5763e15b104d2cabfdd225.zip |
[guia-de-instalacion-de-hyperbola]: Add list layout
-rw-r--r-- | content/articles/guia-de-instalacion-de-hyperbola.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/articles/guia-de-instalacion-de-hyperbola.md b/content/articles/guia-de-instalacion-de-hyperbola.md index df538e9..c437975 100644 --- a/content/articles/guia-de-instalacion-de-hyperbola.md +++ b/content/articles/guia-de-instalacion-de-hyperbola.md @@ -161,7 +161,8 @@ Instalamos los paquetes base: # locale-gen -- Como la configuración regional, debe configurar el mapa de teclas en el archivo `/etc/conf.d/keymaps` +- Como la configuración regional, debe configurar el mapa de teclas en el archivo `/etc/conf.d/keymaps`. + Ver lista completa con `cat /usr/share/X11/xkb/rules/evdev.lst` # sed -e 's/^keymap="us"/keymap="es"/g' -i /etc/conf.d/keymaps |