aboutsummaryrefslogtreecommitdiff
path: root/src/actions/index.js
blob: 7b798647cec51e11cf7621ab16ba5b61e0f131b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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',
  INPUT_SET_KEYMAPS: 'input.set,keymaps',
};