@ -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;
} else if (that.control_key_active) {
@ -188,7 +188,7 @@
<li id="restart_kernel">
<div>
<span class="wijmo-wijmenu-text">Restart</span>
<span class="wijmo-wijmenu-icon-right">Ctrl+m s</span>
<span class="wijmo-wijmenu-icon-right">Ctrl+m .</span>
</div>
</li>
</ul>