diff --git a/IPython/html/static/terminal/js/terminado.js b/IPython/html/static/terminal/js/terminado.js
index a5552ff..5192f71 100644
--- a/IPython/html/static/terminal/js/terminado.js
+++ b/IPython/html/static/terminal/js/terminado.js
@@ -6,7 +6,7 @@ define ([], function() {
var term = new Terminal({
cols: size.cols,
rows: size.rows,
- screenKeys: true,
+ screenKeys: false,
useStyle: false
});
ws.onopen = function(event) {