summaryrefslogtreecommitdiff
path: root/src/shortcuts/keymap.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/shortcuts/keymap.js')
-rw-r--r--src/shortcuts/keymap.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/shortcuts/keymap.js b/src/shortcuts/keymap.js
index 75986557..7bc24e83 100644
--- a/src/shortcuts/keymap.js
+++ b/src/shortcuts/keymap.js
@@ -1,10 +1,10 @@
const KeymapConfiguration = {
- MAP: {
- MOVE_LEFT: ["a", "left"],
- MOVE_RIGHT: ["d", "right"],
- MOVE_UP: ["w", "up"],
- MOVE_DOWN: ["s", "down"],
- },
+ MAP: {
+ MOVE_LEFT: ["a", "left"],
+ MOVE_RIGHT: ["d", "right"],
+ MOVE_UP: ["w", "up"],
+ MOVE_DOWN: ["s", "down"]
+ }
};
export default KeymapConfiguration;