From 18aa1bd9147dd0522e3dbe69ae4af0db412a2cda Mon Sep 17 00:00:00 2001 From: Juergen Hasch Date: Tue, 16 Apr 2013 19:34:20 +0200 Subject: [PATCH] Add new keycodes --- IPython/frontend/html/notebook/static/js/utils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IPython/frontend/html/notebook/static/js/utils.js b/IPython/frontend/html/notebook/static/js/utils.js index d94c40a0c..4e50cedee 100644 --- a/IPython/frontend/html/notebook/static/js/utils.js +++ b/IPython/frontend/html/notebook/static/js/utils.js @@ -238,10 +238,13 @@ IPython.utils = (function (IPython) { CTRL : 17, CONTROL : 17, ALT : 18, + CAPS_LOCK: 20, ESC : 27, SPACE : 32, PGUP : 33, PGDOWN : 34, + END : 35, + HOME : 36, LEFT_ARROW: 37, LEFTARROW: 37, LEFT : 37,