aboutsummaryrefslogtreecommitdiff
path: root/src/messages/index.js
blob: 4e34436e67c325723b1bbee57794afdec6f57f87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
export default {
  STATE_UPDATE: 'state.update',
  CONTENT_OPERATION: 'content.operation',

  CONSOLE_BLURRED: 'console.blured',
  CONSOLE_ENTERED: 'console.entered',
  CONSOLE_CHANGEED: 'console.changed',

  KEYDOWN: 'keydown',

  OPEN_URL: 'open.url'
};