command as action/reducer
This commit is contained in:
parent
14d13e2c3a
commit
bf890a6d9d
5 changed files with 71 additions and 50 deletions
|
@ -33,4 +33,8 @@ export default {
|
|||
// User input
|
||||
INPUT_KEY_PRESS: 'input.key,press',
|
||||
INPUT_CLEAR_KEYS: 'input.clear.keys',
|
||||
|
||||
COMMAND_OPEN_URL: 'command.open.url',
|
||||
COMMAND_TABOPEN_URL: 'command.tabopen.url',
|
||||
COMMAND_BUFFER: 'command.buffer',
|
||||
};
|
||||
|
|
Reference in a new issue