##// END OF EJS Templates
fix Sphinx table rendering, thanks @Carreau
Paul Ivanov -
Show More
@@ -7,36 +7,36 b' 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 easily:
8 write and manipulate your content easily:
9
9
10 ================= ============== ==================
10 ================== ============== ==================
11 Action PC shortcut Mac shortcut
11 Action PC shortcut Mac shortcut
12 ================= ============== ==================
12 ================== ============== ==================
13 newline & indent Enter Enter
13 newline & indent Enter Enter
14 toggle overwrite Insert Insert
14 toggle overwrite Insert Insert
15 code completion Tab Tab
15 code completion Tab Tab
16 help introspection Shift-Tab Shift-Tab
16 help introspection Shift-Tab Shift-Tab
17 indent Ctrl-] Cmd-]
17 indent Ctrl-] Cmd-]
18 dedent Ctrl-[ Cmd-[
18 dedent Ctrl-[ Cmd-[
19 select all Ctrl-A Cmd-A
19 select all Ctrl-A Cmd-A
20 delete line Ctrl-D Cmd-D
20 delete line Ctrl-D Cmd-D
21 undo Ctrl-Z Cmd-Z
21 undo Ctrl-Z Cmd-Z
22 redo Ctrl-Shift-Z Cmd-Shift-Z
22 redo Ctrl-Shift-Z Cmd-Shift-Z
23 redo Ctrl-Y Cmd-Y
23 redo Ctrl-Y Cmd-Y
24 go to cell start Ctrl-Home Cmd-Up
24 go to cell start Ctrl-Home Cmd-Up
25 go to cell start Alt-Up Cmd-End
25 go to cell start Alt-Up Cmd-End
26 go to cell start PageUp PageUp
26 go to cell start PageUp PageUp
27 go to cell end Ctrl-End ---
27 go to cell end Ctrl-End ---
28 go to cell end Ctrl-Down Cmd-Down
28 go to cell end Ctrl-Down Cmd-Down
29 go to cell end PageDown PageDown
29 go to cell end PageDown PageDown
30 go one word left Ctrl-Left Alt-Left
30 go one word left Ctrl-Left Alt-Left
31 go one word right Ctrl-Right Alt-Right
31 go one word right Ctrl-Right Alt-Right
32 go to line start Alt-Left Cmd-Left
32 go to line start Alt-Left Cmd-Left
33 go to line start Home Home
33 go to line start Home Home
34 go to line end Alt-Right Cmd-Right
34 go to line end Alt-Right Cmd-Right
35 go to line end End End
35 go to line end End End
36 del word before Ctrl-Backspace Alt-Backspace
36 del word before Ctrl-Backspace Alt-Backspace
37 del word after --- Ctrl-Alt-Backspace
37 del word after --- Ctrl-Alt-Backspace
38 del word after Ctrl-Delete Alt-Delete
38 del word after Ctrl-Delete Alt-Delete
39 ================= ============== ==================
39 ================== ============== ==================
40
40
41 .. note::
41 .. note::
42
42
General Comments 0
You need to be logged in to leave comments. Login now