From 1586cf7423ba350ea3a3afaa0566afe4521904e9 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 8 Mar 2015 12:15:47 +0200 Subject: client: fix up/down being handled both by completer and by type selector when shift pressed --- src/client/consts.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/consts.js') 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, }; }); -- cgit v1.3.1