Merge pull request #466 from Stefanough/correctActionName_20180830
correct INPUT_KEY_PRESS action type name
This commit is contained in:
commit
dd5d800e97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue