mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Adding minor help strings for keyboard shortcuts.
This commit is contained in:
parent
da63e8cbe8
commit
8a55d6bf22
@ -83,6 +83,17 @@ span.section_row_buttons > button {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.help_string {
|
||||
float: right;
|
||||
width: 170px;
|
||||
padding: 0px 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.help_string_label {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#autoindent_span {
|
||||
float: right;
|
||||
}
|
||||
|
@ -165,6 +165,14 @@
|
||||
<button id="sympy_help"><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></button>
|
||||
</span>
|
||||
</div>
|
||||
<div class="section_row">
|
||||
<span class="help_string">run selected cell</span>
|
||||
<span class="help_string_label">Shift-Enter |</span>
|
||||
</div>
|
||||
<div class="section_row">
|
||||
<span class="help_string">run in terminal mode</span>
|
||||
<span class="help_string_label">Ctrl-Enter |</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user