@@ -17,8 +17,9 @@
// map X and Shift+X to X. This allows normal number input
"(?:Shift\\+)?([0-9])": "%1",
- // map X and Shift+X to X for letters. This allows normal text input
+ // map X and Shift+X to X for letters, space to space. This allows normal text input
"(?:Shift\\+)?([A-Z])": "%1",
+ "Space": "space",
// map some other normal buttons that might be useful
"(?:Shift\\+)?(\\.|\\:|\\_)": "%1",