From b3de72087caa2bfe3045ca14e202aba85b68ee47 Mon Sep 17 00:00:00 2001 From: Brian Granger Date: Tue, 10 Jan 2012 14:50:42 -0800 Subject: [PATCH] Minor fixes to the menu shortcuts. --- IPython/frontend/html/notebook/static/js/notebook.js | 2 +- IPython/frontend/html/notebook/templates/notebook.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index 5684f8983..a080fa12d 100644 --- a/IPython/frontend/html/notebook/static/js/notebook.js +++ b/IPython/frontend/html/notebook/static/js/notebook.js @@ -159,7 +159,7 @@ var IPython = (function (IPython) { return false; } else if (event.which === 72 && that.control_key_active) { // Show keyboard shortcuts = h - that.toggle_keyboard_shortcuts(); + IPython.quick_help.show_keyboard_shortcuts(); that.control_key_active = false; return false; } else if (that.control_key_active) { diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index e20ee4a66..fea6c1fa5 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -188,7 +188,7 @@
  • Restart - Ctrl+m s + Ctrl+m .