Fix handling of + in shortcuts

This commit is contained in:
Nick O'Leary
2021-02-28 10:29:54 +00:00
parent 39532a9d65
commit 916d377aaa
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ RED.keyboard = (function() {
"space": 32,
";":186,
"=":187,
"+":187, // <- QWERTY specific
",":188,
"-":189,
".":190,