small fix minus on swedish keyboard
parent
80946ce542
commit
ed9fc68da3
|
@ -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" }
|
||||
|
||||
```
|
Loading…
Reference in New Issue