diff options
Diffstat (limited to 'src/client/consts.js')
| -rw-r--r-- | src/client/consts.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/consts.js b/src/client/consts.js index ff693d08..411a79e6 100644 --- a/src/client/consts.js +++ b/src/client/consts.js @@ -18,5 +18,10 @@ define(function() { INPUT_WHERE_TEXTANALYSIS: 'input_where_textanalysis', description: description, NEW_NODE_NAME: 'new node', + + // Keycodes (should just use jquery) + VK_UP: 38, + VK_DOWN: 40, + VK_ESCAPE: 27, }; }); |
