##// END OF EJS Templates
disable screenKeys in term.js...
disable screenKeys in term.js these capture ctrl-a and other keyboard shortcuts

File last commit:

r20282:056c1dfe
r20405:8274a461
Show More
namespace.js
9 lines | 233 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var IPython = IPython || {};
define([], function(){
"use strict";
IPython.version = "3.0.0-dev";
return IPython;
});