It's different now, simpler.
parent
58cb7f3df9
commit
3df64b8e6c
|
@ -120,8 +120,8 @@ Setup for macOS Spanish-Spain keyboard with ISO layout (not ANSI); big *Enter* k
|
|||
|
||||
```yml
|
||||
# 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: 10, mods: Alt, chars: "\\" } # barra invertida `\`
|
||||
- { key: 18, mods: Alt, chars: "|" } # 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 `¬`
|
||||
|
|
Loading…
Reference in New Issue