##// END OF EJS Templates
Merge pull request #4811 from ivanov/cm-typos...
Matthias Bussonnier -
r14615:12247a8f merge
parent child Browse files
Show More
@@ -7,11 +7,13 b' Because each cell of the IPython notebook is powered by Codemirror,'
7 7 you can actually use a set of predetermined keyboard shortcuts to
8 8 write and manipulate your content easily:
9 9
10 ================= ============== ==================
10 ================== ============== ==================
11 11 Action PC shortcut Mac shortcut
12 ================= ============== ==================
12 ================== ============== ==================
13 13 newline & indent Enter Enter
14 14 toggle overwrite Insert Insert
15 code completion Tab Tab
16 help introspection Shift-Tab Shift-Tab
15 17 indent Ctrl-] Cmd-]
16 18 dedent Ctrl-[ Cmd-[
17 19 select all Ctrl-A Cmd-A
@@ -34,9 +36,9 b' go to line end End End'
34 36 del word before Ctrl-Backspace Alt-Backspace
35 37 del word after --- Ctrl-Alt-Backspace
36 38 del word after Ctrl-Delete Alt-Delete
37 ================= ============== ==================
39 ================== ============== ==================
38 40
39 41 .. note::
40 42
41 These shorcuts are valid for US keyboards, so some shortcuts can change
43 These shortcuts are valid for US keyboards, so some shortcuts can change
42 44 for non-US keyboards.
General Comments 0
You need to be logged in to leave comments. Login now