Show More
@@ -7,81 +7,29 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 in an easier way. |
|
8 | write and manipulate your content in an easier way. | |
9 |
|
9 | |||
10 |
Below, you will find |
|
10 | Below, you will find a table listing the available shortcuts: | |
11 |
|
11 | |||
12 | * Basic, with the most common and used shortcuts. |
|
12 | ========== ================== ============ ================= ============= | |
13 |
|
13 | Codemirror shortcuts | ||
14 | * pcDefault, with a list of shortcuts specifically available for pc users. |
|
14 | ------------------------------------------------------------------------------ | |
15 |
|
15 | Basic Action pcDefault Action macDefault | ||
16 | * macDefault, with a list of shortcuts specifically available for mac users. |
|
16 | ========== ================== ============ ================= ============= | |
17 |
|
17 | Left go to char left Ctrl-A select all Cmd-A | ||
18 | Basic |
|
18 | Right go to char right Ctrl-D delete line Cmd-D | |
19 | ----- |
|
19 | Up go to line up Ctrl-Z undo Cmd-Z | |
20 |
|
20 | Down go to line down Shift-Ctrl-Z redo Shift-Cmd-Z | ||
21 | ============ ========================== |
|
21 | End go to line end Ctrl-Y redo Cmd-Y | |
22 | **Shortcut** **Action** |
|
22 | Home go to line start Ctrl-Home go to cell start Cmd-Up | |
23 | ------------ -------------------------- |
|
23 | PageUp go to cell start Alt-Up go to cell start Cmd-End | |
24 | Left go char left |
|
24 | PageDown go to cell end Ctrl-End go to cell end - | |
25 | Right go char right |
|
25 | Delete del char after Ctrl-Down go to cell end Cmd-Down | |
26 | Up go line up |
|
26 | Backspace del char before Ctrl-Left go one word left Alt-Left | |
27 | Down go line down |
|
27 | Enter newline and indent Ctrl-Right go one word right Alt-Right | |
28 | End go line end |
|
28 | Insert toggle overwrite Alt-Left go to line start Cmd-Left | |
29 | Home go line start |
|
29 | - - Alt-Right go to line end Cmd-Right | |
30 | PageUp go begin cell |
|
30 | - - Ctrl-Back del word before Alt-Back | |
31 | PageDown go end cell |
|
31 | - - - del word after Ctrl-Alt-Back | |
32 | Delete del char after |
|
32 | - - Ctrl-Delete del word after Alt-Delete | |
33 | Backspace del char before |
|
33 | - - Ctrl-] indent Cmd-] | |
34 | Enter newline and indent |
|
34 | - - Ctrl-[ dedent Cmd-[ | |
35 | Insert toggle overwrite |
|
35 | ========== ================== ============ ================= ============= | |
36 | ============ ========================== |
|
|||
37 |
|
||||
38 | pcDefault |
|
|||
39 | --------- |
|
|||
40 |
|
||||
41 | ============ ========================== |
|
|||
42 | **Shortcut** **Action** |
|
|||
43 | ------------ -------------------------- |
|
|||
44 | Ctrl-A select all |
|
|||
45 | Ctrl-D delete line |
|
|||
46 | Ctrl-Z undo |
|
|||
47 | Shift-Ctrl-Z redo |
|
|||
48 | Ctrl-Y redo |
|
|||
49 | Ctrl-Home go begin cell |
|
|||
50 | Alt-Up go begin cell |
|
|||
51 | Ctrl-End go end cell |
|
|||
52 | Ctrl-Down go end cell |
|
|||
53 | Ctrl-Left go word left |
|
|||
54 | Ctrl-Right go word right |
|
|||
55 | Alt-Left go line start |
|
|||
56 | Alt-Right go line end |
|
|||
57 | Ctrl-Back del word before |
|
|||
58 | Ctrl-Delete del word after |
|
|||
59 | Ctrl-[ indent less |
|
|||
60 | Ctrl-] indent more |
|
|||
61 | ============ ========================== |
|
|||
62 |
|
||||
63 | macDefault |
|
|||
64 | ---------- |
|
|||
65 |
|
||||
66 | ============ ========================== |
|
|||
67 | **Shortcut** **Action** |
|
|||
68 | ------------ -------------------------- |
|
|||
69 | Cmd-A select all |
|
|||
70 | Cmd-D delete line |
|
|||
71 | Cmd-Z undo |
|
|||
72 | Shift-Cmd-Z redo |
|
|||
73 | Cmd-Y redo |
|
|||
74 | Cmd-Up go begin cell |
|
|||
75 | Cmd-End go end cell |
|
|||
76 | Cmd-Down go end cell |
|
|||
77 | Alt-Left go word left |
|
|||
78 | Alt-Right go word right |
|
|||
79 | Cmd-Left go line start |
|
|||
80 | Cmd-Right go line end |
|
|||
81 | Alt-Back del word before |
|
|||
82 | Ctrl-Alt-Back del word after |
|
|||
83 | Alt-Delete del word after |
|
|||
84 | Cmd-[ indent less |
|
|||
85 | Cmd-] indent more |
|
|||
86 | ============ ========================== |
|
|||
87 |
|
General Comments 0
You need to be logged in to leave comments.
Login now