correct INPUT_KEY_PRESS action name

This commit is contained in:
Stefan 2018-08-30 18:31:47 -07:00
parent 1b77846382
commit 399b29a460

View file

@ -6,7 +6,7 @@ export default {
SETTING_SET: 'setting.set', SETTING_SET: 'setting.set',
// User input // User input
INPUT_KEY_PRESS: 'input.key,press', INPUT_KEY_PRESS: 'input.key.press',
INPUT_CLEAR_KEYS: 'input.clear.keys', INPUT_CLEAR_KEYS: 'input.clear.keys',
// Completion // Completion