From ed9fc68da35e5a934ad8ca2766e14984de38b707 Mon Sep 17 00:00:00 2001 From: Peter van der Meulen Date: Mon, 1 Oct 2018 10:35:59 +0200 Subject: [PATCH] small fix minus on swedish keyboard --- Keyboard-mappings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keyboard-mappings.md b/Keyboard-mappings.md index 6063a07..a3518fb 100644 --- a/Keyboard-mappings.md +++ b/Keyboard-mappings.md @@ -117,6 +117,6 @@ The hex value for the `chars` property can be looked up on ASCII tables like the - { key: Key8, mods: Alt|Shift, chars: "\x7B" } - { key: Key9, mods: Alt|Shift, chars: "\x7D" } - { key: Key0, mods: Alt|Shift, chars: "≠" } - - { key: Minus, mods: Alt|Shift, chars: "\xB1" } + - { key: Minus, mods: Alt|Shift, chars: "\xBF" } ``` \ No newline at end of file