##// END OF EJS Templates
Fixing language problems and redesign of the table.
damianavila -
Show More
@@ -7,81 +7,29 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 in an easier way.
9 9
10 Below, you will find three tables listing the available shortcuts:
11
12 * Basic, with the most common and used shortcuts.
13
14 * pcDefault, with a list of shortcuts specifically available for pc users.
15
16 * macDefault, with a list of shortcuts specifically available for mac users.
17
18 Basic
19 -----
20
21 ============ ==========================
22 **Shortcut** **Action**
23 ------------ --------------------------
24 Left go char left
25 Right go char right
26 Up go line up
27 Down go line down
28 End go line end
29 Home go line start
30 PageUp go begin cell
31 PageDown go end cell
32 Delete del char after
33 Backspace del char before
34 Enter newline and indent
35 Insert toggle overwrite
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
10 Below, you will find a table listing the available shortcuts:
11
12 ========== ================== ============ ================= =============
13 Codemirror shortcuts
14 ------------------------------------------------------------------------------
15 Basic Action pcDefault Action macDefault
16 ========== ================== ============ ================= =============
17 Left go to char left Ctrl-A select all Cmd-A
18 Right go to char right Ctrl-D delete line Cmd-D
19 Up go to line up Ctrl-Z undo Cmd-Z
20 Down go to line down Shift-Ctrl-Z redo Shift-Cmd-Z
21 End go to line end Ctrl-Y redo Cmd-Y
22 Home go to line start Ctrl-Home go to cell start Cmd-Up
23 PageUp go to cell start Alt-Up go to cell start Cmd-End
24 PageDown go to cell end Ctrl-End go to cell end -
25 Delete del char after Ctrl-Down go to cell end Cmd-Down
26 Backspace del char before Ctrl-Left go one word left Alt-Left
27 Enter newline and indent Ctrl-Right go one word right Alt-Right
28 Insert toggle overwrite Alt-Left go to line start Cmd-Left
29 - - Alt-Right go to line end Cmd-Right
30 - - Ctrl-Back del word before Alt-Back
31 - - - del word after Ctrl-Alt-Back
32 - - Ctrl-Delete del word after Alt-Delete
33 - - Ctrl-] indent Cmd-]
34 - - Ctrl-[ dedent Cmd-[
35 ========== ================== ============ ================= =============
General Comments 0
You need to be logged in to leave comments. Login now