aboutsummaryrefslogtreecommitdiff
path: root/src/actions/index.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-09-27 21:51:39 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-30 13:32:34 +0900
commite97ffafea319af56c8e446623f33dc32bebba40e (patch)
treefefc2326841c21e181a86c73adc1dfd808691e87 /src/actions/index.js
parent8ba490ea1179fee73407815f69cdcea6e25c9281 (diff)
load keymaps from storage
Diffstat (limited to 'src/actions/index.js')
-rw-r--r--src/actions/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/index.js b/src/actions/index.js
index 977b3c2..7b79864 100644
--- a/src/actions/index.js
+++ b/src/actions/index.js
@@ -8,4 +8,5 @@ export default {
// User input
INPUT_KEY_PRESS: 'input.key,press',
INPUT_CLEAR_KEYS: 'input.clear.keys',
+ INPUT_SET_KEYMAPS: 'input.set,keymaps',
};