mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Minor fixes to the menu shortcuts.
This commit is contained in:
parent
be8f252e78
commit
b3de72087c
@ -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) {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user