From 13aef20a1f7ba746767c8a153fd14ff791ad4d29 2013-11-26 19:16:48
From: damianavila <damianavila@gmail.com>
Date: 2013-11-26 19:16:48
Subject: [PATCH] Added link to shorcuts in the notebook menu.

---

diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html
index a23bc1a..06c699b 100644
--- a/IPython/html/templates/notebook.html
+++ b/IPython/html/templates/notebook.html
@@ -198,6 +198,7 @@ class="notebook_app"
                 <li><a href="http://ipython.org/documentation.html" target="_blank">IPython Help</a></li>
                 <li><a href="http://ipython.org/ipython-doc/stable/interactive/notebook.html" target="_blank">Notebook Help</a></li>
                 <li id="keyboard_shortcuts" title="Opens a tooltip with all keyboard shortcuts"><a href="#">Keyboard Shortcuts</a></li>
+                <li><a href="http://ipython.org/ipython-doc/dev/interactive/cm_keyboard.html" target="_blank">Editor Shortcuts</a></li>
                 <li class="divider"></li>
                 <li><a href="http://docs.python.org" target="_blank">Python</a></li>
                 <li><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></li>