Adding minor help strings for keyboard shortcuts.

This commit is contained in:
Brian E. Granger 2011-08-09 21:12:44 -07:00
parent da63e8cbe8
commit 8a55d6bf22
2 changed files with 19 additions and 0 deletions

View File

@ -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;
}

View File

@ -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>