remove actions from content

This commit is contained in:
Shin'ya Ueoka 2017-09-16 21:28:21 +09:00
parent c7a3dd16e6
commit 27702ef402
4 changed files with 12 additions and 27 deletions

View file

@ -4,5 +4,7 @@ export default {
CONSOLE_BLURRED: 'console.blured',
CONSOLE_ENTERED: 'console.entered',
CONSOLE_CHANGEED: 'console.changed'
CONSOLE_CHANGEED: 'console.changed',
KEYDOWN: 'keydown'
};