From 080290560736fb85895d1aa94c63543664166a82 Mon Sep 17 00:00:00 2001 From: Carlos Tafur Date: Thu, 19 Sep 2019 11:03:56 +0200 Subject: [PATCH] The issue is now fixed. --- Keyboard-mappings.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index c95851b..798c0c7 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -79,8 +79,10 @@ The scancode is also printed in the output of `--print-events` and can be used d Setup for macOS Spanish-Spain keyboard with ISO layout (not ANSI); big *Enter* key. ```yml - # Ajustes para teclado macOS español/spanish de España con layout ISO (no ANSI); tecla Intro grande. - - { key: Caret, mods: Alt, chars: "\x5c" } # barra invertida `\` + # Ajustes para teclado macOS español/spanish de España con layout ISO (no + # ANSI); tecla Intro grande. + - { key: 10, mods: Alt, chars: "\x5c" } # barra invertida `\` + - { key: 18, mods: Alt, chars: "\x7c" } # barra vertical `|` - { key: Key2, mods: Alt, chars: "@" } # arroba `@` - { key: Key3, mods: Alt, chars: "#" } # almohadilla/cardinalidad `#` - { key: Key6, mods: Alt, chars: "¬" } # negación en lógica `¬` @@ -88,14 +90,8 @@ Setup for macOS Spanish-Spain keyboard with ISO layout (not ANSI); big *Enter* k - { key: 42, mods: Alt, chars: "}" } # cierra llaves `}` - { key: 33, mods: Alt, chars: "[" } # abre corchetes `[` - { key: 30, mods: Alt, chars: "]" } # cierra corchetes `]` - - { key: Backslash, mods: Alt, chars: "\x5c" } # barra invertida `\` - # - { key: Key1, mods: Alt, chars: "\x7c" } # barra vertical `|` - - { key: 18, mods: Alt, chars: "\x7c" } # barra vertical `|` - # Esta última me da problemas: me la muestra como `\|` ``` -There is an [issue](https://github.com/jwilm/alacritty/issues/753#issuecomment-495937178) with the vertical bar (`|`). - ## Swiss German ### Mac OS ```yml