From 3df64b8e6c64e53e1a9291ca0769d746b7beb4d9 Mon Sep 17 00:00:00 2001 From: Carlos Tafur Date: Sun, 13 Nov 2022 20:10:52 +0100 Subject: [PATCH] It's different now, simpler. --- Keyboard-mappings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index 3fa7f94..336ba92 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -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 `¬`