Browse Source

Map :._- to straight web actions.

Fixes #125
Tobias Hieta 9 years ago
parent
commit
641b9debb2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/inputmaps/keyboard.json

+ 3 - 0
resources/inputmaps/keyboard.json

@@ -15,6 +15,9 @@
     // map Num+X and Shift+X to X. This allows normal number input
     "(?:Num\\+|Shift\\+)?([0-9])": "%1",
 
+    // map some other normal buttons that might be useful
+    "(?:Shift\\+)?(\\.|\\-|\\:|\\_)": "%1",
+
     // map Shift+Letter to action jump+letter
     "Shift\\+([A-Z])": "jump+%1",