Algunas correcciones
parent
64176d7793
commit
5c5b2509ca
|
@ -76,14 +76,16 @@ The scancode is also printed in the output of `--print-events` and can be used d
|
|||
|
||||
### macOS Spanish (Spain)
|
||||
|
||||
Setup for macOS Spanish-Spain keyboard with ISO layout (not ANSI); big *Enter* key.
|
||||
|
||||
```yml
|
||||
# Ajustes para teclado español/spanish de España
|
||||
# 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 `\`
|
||||
- { key: Key2, mods: Alt, chars: "@" } # arroba `@`
|
||||
- { key: Key3, mods: Alt, chars: "#" } # almohadilla/cardinalidad `#`
|
||||
- { key: Key6, mods: Alt, chars: "¬" } # negación en lógica `¬`
|
||||
- { key: 39, mods: Alt, chars: "{" } # abre llaves `{`
|
||||
- { key: 42, mods: Alt, chars: "}" } # abre llaves `}`
|
||||
- { 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 `\`
|
||||
|
|
Loading…
Reference in New Issue