aboutsummaryrefslogtreecommitdiff
path: root/src/actions/index.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-09-30 16:20:16 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-30 16:20:16 +0900
commit1145eb34784c1450b920f8e7d672934ef6a98d45 (patch)
treef076a7f2366af89177f2bbc45a6cf8866407f3d5 /src/actions/index.js
parentc2a5a41cb6bc7780db580e6325e25b6a81729851 (diff)
parentc5efeda78cdf39e3eda1eabc5f89b601b1fcdb6e (diff)
Merge branch 'configurable-keymap'
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',
};