##// END OF EJS Templates
import Utils keycodes into the completer
Matthias BUSSONNIER -
Show More
@@ -21,15 +21,7 b' var IPython = (function(IPython ) {'
21 "use strict";
21 "use strict";
22
22
23 // easyier key mapping
23 // easyier key mapping
24 var key = { tab:9,
24 var key = IPython.utils.keycodes;
25 esc:27,
26 backspace:8,
27 space:32,
28 shift:16,
29 enter:13,
30 upArrow:38, // check with keyDown..
31 downArrow :40 // check with keyUp
32 };
33
25
34 // what is the common start of all completions
26 // what is the common start of all completions
35 function sharedStart(B){
27 function sharedStart(B){
General Comments 0
You need to be logged in to leave comments. Login now