It's different now, simpler.

Carlos Tafur 2022-11-13 20:10:52 +01:00
parent 58cb7f3df9
commit 3df64b8e6c
1 changed files with 2 additions and 2 deletions

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