mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix handling of + in shortcuts
This commit is contained in:
@@ -34,6 +34,7 @@ RED.keyboard = (function() {
|
||||
"space": 32,
|
||||
";":186,
|
||||
"=":187,
|
||||
"+":187, // <- QWERTY specific
|
||||
",":188,
|
||||
"-":189,
|
||||
".":190,
|
||||
|
Reference in New Issue
Block a user