diff --git a/IPython/html/static/notebook/js/keyboardmanager.js b/IPython/html/static/notebook/js/keyboardmanager.js
index 5479609..28e4e14 100644
--- a/IPython/html/static/notebook/js/keyboardmanager.js
+++ b/IPython/html/static/notebook/js/keyboardmanager.js
@@ -141,7 +141,7 @@ var IPython = (function (IPython) {
}
}
},
- 'alt--' : {
+ 'ctrl-shift--' : {
help : 'split cell',
help_index : 'ea',
handler : function (event) {
@@ -149,7 +149,7 @@ var IPython = (function (IPython) {
return false;
}
},
- 'alt-subtract' : {
+ 'ctrl-shift-subtract' : {
help : '',
help_index : 'eb',
handler : function (event) {