##// END OF EJS Templates
Fixing some language mistakes.
damianavila -
Show More
@@ -5,13 +5,11 b' Some additional Codemirror keyboard shortcuts'
5
5
6 Because each cell of the IPython notebook is powered by Codemirror,
6 Because each cell of the IPython notebook is powered by Codemirror,
7 you can actually use a set of predetermined keyboard shortcuts to
7 you can actually use a set of predetermined keyboard shortcuts to
8 write and manipulate your content in an easier way.
8 write and manipulate your content easily:
9
9
10 Below, you will find a table listing the available shortcuts:
10 ================= ============== ==================
11
12 ================= ============== ===============
13 Action PC shortcut Mac shortcut
11 Action PC shortcut Mac shortcut
14 ================= ============== ===============
12 ================= ============== ==================
15 newline & indent Enter Enter
13 newline & indent Enter Enter
16 toggle overwrite Insert Insert
14 toggle overwrite Insert Insert
17 indent Ctrl-] Cmd-]
15 indent Ctrl-] Cmd-]
@@ -24,7 +22,7 b' redo Ctrl-Y Cmd-Y'
24 go to cell start Ctrl-Home Cmd-Up
22 go to cell start Ctrl-Home Cmd-Up
25 go to cell start Alt-Up Cmd-End
23 go to cell start Alt-Up Cmd-End
26 go to cell start PageUp PageUp
24 go to cell start PageUp PageUp
27 go to cell end Ctrl-End -
25 go to cell end Ctrl-End ---
28 go to cell end Ctrl-Down Cmd-Down
26 go to cell end Ctrl-Down Cmd-Down
29 go to cell end PageDown PageDown
27 go to cell end PageDown PageDown
30 go one word left Ctrl-Left Alt-Left
28 go one word left Ctrl-Left Alt-Left
@@ -33,10 +31,10 b' go to line start Alt-Left Cmd-Left'
33 go to line start Home Home
31 go to line start Home Home
34 go to line end Alt-Right Cmd-Right
32 go to line end Alt-Right Cmd-Right
35 go to line end End End
33 go to line end End End
36 del word before Ctrl-Back Alt-Back
34 del word before Ctrl-Backspace Alt-Backspace
37 del word after - Ctrl-Alt-Back
35 del word after --- Ctrl-Alt-Backspace
38 del word after Ctrl-Delete Alt-Delete
36 del word after Ctrl-Delete Alt-Delete
39 ================= ============== ===============
37 ================= ============== ==================
40
38
41 .. note::
39 .. note::
42
40
General Comments 0
You need to be logged in to leave comments. Login now