From 8effa0827464e87ec4acd4881d00419ed7d84b6c 2015-01-23 00:37:04
From: Andrew Dawes <dawes@pacificu.edu>
Date: 2015-01-23 00:37:04
Subject: [PATCH] removed tab backward

---

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');