##// END OF EJS Templates
New redesing of the table to get a better visualization.
damianavila -
Show More
@@ -9,27 +9,36 b' write and manipulate your content in an easier way.'
9
9
10 Below, you will find a table listing the available shortcuts:
10 Below, you will find a table listing the available shortcuts:
11
11
12 ========== ================== ============ ================= =============
12 ================= ============== ===============
13 Codemirror shortcuts
13 Action PC shortcut Mac shortcut
14 ------------------------------------------------------------------------------
14 ================= ============== ===============
15 Basic Action pcDefault Action macDefault
15 newline & indent Enter Enter
16 ========== ================== ============ ================= =============
16 toggle overwrite Insert Insert
17 Left go to char left Ctrl-A select all Cmd-A
17 indent Ctrl-] Cmd-]
18 Right go to char right Ctrl-D delete line Cmd-D
18 dedent Ctrl-[ Cmd-[
19 Up go to line up Ctrl-Z undo Cmd-Z
19 select all Ctrl-A Cmd-A
20 Down go to line down Shift-Ctrl-Z redo Shift-Cmd-Z
20 delete line Ctrl-D Cmd-D
21 End go to line end Ctrl-Y redo Cmd-Y
21 undo Ctrl-Z Cmd-Z
22 Home go to line start Ctrl-Home go to cell start Cmd-Up
22 redo Shift-Ctrl-Z Shift-Cmd-Z
23 PageUp go to cell start Alt-Up go to cell start Cmd-End
23 redo Ctrl-Y Cmd-Y
24 PageDown go to cell end Ctrl-End go to cell end -
24 go to cell start Ctrl-Home Cmd-Up
25 Delete del char after Ctrl-Down go to cell end Cmd-Down
25 go to cell start Alt-Up Cmd-End
26 Backspace del char before Ctrl-Left go one word left Alt-Left
26 go to cell start PageUp PageUp
27 Enter newline and indent Ctrl-Right go one word right Alt-Right
27 go to cell end Ctrl-End -
28 Insert toggle overwrite Alt-Left go to line start Cmd-Left
28 go to cell end Ctrl-Down Cmd-Down
29 - - Alt-Right go to line end Cmd-Right
29 go to cell end PageDown PageDown
30 - - Ctrl-Back del word before Alt-Back
30 go one word left Ctrl-Left Alt-Left
31 - - - del word after Ctrl-Alt-Back
31 go one word right Ctrl-Right Alt-Right
32 - - Ctrl-Delete del word after Alt-Delete
32 go to line start Alt-Left Cmd-Left
33 - - Ctrl-] indent Cmd-]
33 go to line start Home Home
34 - - Ctrl-[ dedent Cmd-[
34 go to line end Alt-Right Cmd-Right
35 ========== ================== ============ ================= =============
35 go to line end End End
36 del word before Ctrl-Back Alt-Back
37 del word after - Ctrl-Alt-Back
38 del word after Ctrl-Delete Alt-Delete
39 ================= ============== ===============
40
41 .. note::
42
43 These shorcuts are valid for US keyboards, so some shortcuts can change
44 for non-US keyboards. No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now