11 lines
351 B
JavaScript
11 lines
351 B
JavaScript
export default {
|
|
// console commands
|
|
CONSOLE_SHOW_COMMAND: 'vimvixen.console.show.command',
|
|
CONSOLE_SET_COMPLETIONS: 'vimvixen.console.set.completions',
|
|
CONSOLE_SHOW_ERROR: 'vimvixen.console.show.error',
|
|
CONSOLE_HIDE: 'vimvixen.console.hide',
|
|
|
|
// User input
|
|
INPUT_KEY_PRESS: 'input.key,press',
|
|
INPUT_CLEAR_KEYS: 'input.clear.keys',
|
|
};
|