diff --git a/IPython/html/static/notebook/js/quickhelp.js b/IPython/html/static/notebook/js/quickhelp.js
index cd6eaed..bceaa2d 100644
--- a/IPython/html/static/notebook/js/quickhelp.js
+++ b/IPython/html/static/notebook/js/quickhelp.js
@@ -214,8 +214,7 @@ define([
                     { shortcut:"⇧", help:"Shift" },
                     { shortcut:"↩", help:"Return" },
                     { shortcut:"␣", help:"Space" },
-                    { shortcut:"⇥", help:"Tab forward" },
-                    { shortcut:"⇤", help:"Tab back" }];
+                    { shortcut:"⇥", help:"Tab" }];
         var i, half, n;
         var div = $('<div/>').append('MacOS modifier keys:');
         var sub_div = $('<div/>').addClass('container-fluid');