Updated Keyboard mappings (markdown)
parent
0802905607
commit
9d80734b39
|
@ -79,9 +79,8 @@ 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: 10, 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 `#`
|
||||
|
|
Loading…
Reference in New Issue