capitalize keyboard shortcuts in the tour

This commit is contained in:
Paul Ivanov 2014-03-18 11:19:44 -07:00
parent 00603a11f6
commit a0a17fa04a

View File

@ -56,7 +56,7 @@ var tour_steps = [
title: "Edit Mode",
placement: 'bottom',
onShow: function(tour) { edit_mode(); },
content: "Pressing <code>enter</code> or clicking in the input text area of the cell switches to Edit Mode."
content: "Pressing <code>Enter</code> or clicking in the input text area of the cell switches to Edit Mode."
}, {
element: '.selected',
title: "Edit Mode",
@ -68,7 +68,7 @@ var tour_steps = [
title: "Back to Command Mode",
placement: 'bottom',
onShow: function(tour) { IPython.notebook.command_mode(); },
content: "Pressing <code>esc</code> or clicking outside of the input text area takes you back to Command Mode."
content: "Pressing <code>Esc</code> or clicking outside of the input text area takes you back to Command Mode."
}, {
element: '#keyboard_shortcuts',
title: "Keyboard Shortcuts",