small fix minus on swedish keyboard

Peter van der Meulen 2018-10-01 10:35:59 +02:00
parent 80946ce542
commit ed9fc68da3
1 changed files with 1 additions and 1 deletions

@ -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" }
```