The issue is now fixed.
parent
5c5b2509ca
commit
0802905607
|
@ -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.
|
Setup for macOS Spanish-Spain keyboard with ISO layout (not ANSI); big *Enter* key.
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
# Ajustes para teclado macOS español/spanish de España con layout ISO (no ANSI); tecla Intro grande.
|
# Ajustes para teclado macOS español/spanish de España con layout ISO (no
|
||||||
- { key: Caret, mods: Alt, chars: "\x5c" } # barra invertida `\`
|
# 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: Key2, mods: Alt, chars: "@" } # arroba `@`
|
||||||
- { key: Key3, mods: Alt, chars: "#" } # almohadilla/cardinalidad `#`
|
- { key: Key3, mods: Alt, chars: "#" } # almohadilla/cardinalidad `#`
|
||||||
- { key: Key6, mods: Alt, chars: "¬" } # negación en lógica `¬`
|
- { 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: 42, mods: Alt, chars: "}" } # cierra llaves `}`
|
||||||
- { key: 33, mods: Alt, chars: "[" } # abre corchetes `[`
|
- { key: 33, mods: Alt, chars: "[" } # abre corchetes `[`
|
||||||
- { key: 30, mods: Alt, chars: "]" } # cierra 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
|
## Swiss German
|
||||||
### Mac OS
|
### Mac OS
|
||||||
```yml
|
```yml
|
||||||
|
|
Loading…
Reference in New Issue