Update keyboard shortcuts page to accurately describe command mode (blue margin)

Fernando Perez 10 years ago
parent a963647627
commit 0ac253bc1c

@ -189,7 +189,7 @@ define([
'The Jupyter Notebook has two different keyboard input modes. <b>Edit mode</b> '+
'allows you to type code/text into a cell and is indicated by a green cell '+
'border. <b>Command mode</b> binds the keyboard to notebook level actions '+
'and is indicated by a grey cell border.'
'and is indicated by a grey cell border with a blue left margin.'
);
element.append(doc);
if (platform === 'MacOS') {

Loading…
Cancel
Save