##// END OF EJS Templates
Adding minor help strings for keyboard shortcuts.
Brian E. Granger -
Show More
@@ -83,6 +83,17 b' span.section_row_buttons > button {'
83 float: right;
83 float: right;
84 }
84 }
85
85
86 .help_string {
87 float: right;
88 width: 170px;
89 padding: 0px 5px;
90 text-align: center;
91 }
92
93 .help_string_label {
94 float: right;
95 }
96
86 #autoindent_span {
97 #autoindent_span {
87 float: right;
98 float: right;
88 }
99 }
@@ -165,6 +165,14 b''
165 <button id="sympy_help"><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></button>
165 <button id="sympy_help"><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></button>
166 </span>
166 </span>
167 </div>
167 </div>
168 <div class="section_row">
169 <span class="help_string">run selected cell</span>
170 <span class="help_string_label">Shift-Enter |</span>
171 </div>
172 <div class="section_row">
173 <span class="help_string">run in terminal mode</span>
174 <span class="help_string_label">Ctrl-Enter |</span>
175 </div>
168 </div>
176 </div>
169 </div>
177 </div>
170
178
General Comments 0
You need to be logged in to leave comments. Login now