From 3835eef09683a9c77d9dddab65238e00354ca002 Mon Sep 17 00:00:00 2001 From: thaibert Date: Sun, 9 Oct 2022 00:45:34 +0200 Subject: [PATCH] Fix broken backslash in da-DK --- Keyboard-mappings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index 3a9e582..3fa7f94 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -277,7 +277,7 @@ For those, coming from iTerm, here's `Command + Enter` to ToggleFullscreen - { key: 21, mods: Alt|Shift, chars: "\xA2" } # alt+shift+4 - { key: 23, mods: Alt|Shift, chars: "‰" } # alt+shift+5 - { key: 22, mods: Alt|Shift, chars: "\x98" } # alt+shift+6 - - { key: 26, mods: Alt|Shift, chars: "\x2F" } # alt+shift+7 + - { key: 26, mods: Alt|Shift, chars: "\x5C" } # alt+shift+7 - { key: 28, mods: Alt|Shift, chars: "\x7B" } # alt+shift+8 - { key: 25, mods: Alt|Shift, chars: "\x7D" } # alt+shift+9 - { key: 30, mods: Alt|Shift, chars: "\x5E" } # alt+shift+^