The issue is now fixed.

Carlos Tafur 2019-09-19 11:03:56 +02:00
parent 5c5b2509ca
commit 0802905607
1 changed files with 4 additions and 8 deletions

@ -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