correct INPUT_KEY_PRESS action name
This commit is contained in:
parent
1b77846382
commit
399b29a460
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