summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/hotkeys.js
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-ui/src/hotkeys.js')
-rw-r--r--opendc-web/opendc-web-ui/src/hotkeys.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/opendc-web/opendc-web-ui/src/hotkeys.js b/opendc-web/opendc-web-ui/src/hotkeys.js
deleted file mode 100644
index 1c4d2621..00000000
--- a/opendc-web/opendc-web-ui/src/hotkeys.js
+++ /dev/null
@@ -1,6 +0,0 @@
-export const KeymapConfiguration = {
- MOVE_LEFT: ['a', 'left'],
- MOVE_RIGHT: ['d', 'right'],
- MOVE_UP: ['w', 'up'],
- MOVE_DOWN: ['s', 'down'],
-}