Lines 32-35
INSERT INTO keyboard_shortcuts (shortcut_name, shortcut_keys) VALUES
Link Here
|
32 |
("line_break","Shift-Enter"), |
32 |
("line_break","Shift-Enter"), |
33 |
("next_position","Tab"), |
33 |
("next_position","Tab"), |
34 |
("prev_position","Shift-Tab"), |
34 |
("prev_position","Shift-Tab"), |
35 |
("toggle_keyboard", "Shift-Ctrl-K"); |
35 |
("toggle_keyboard", "Shift-Ctrl-K"), |
|
|
36 |
("copy_line","Ctrl-C"), |
37 |
("copy_subfield","Shift-Ctrl-C"), |
38 |
("paste_line","Ctrl-P"), |
39 |
("insert_line","Ctrl-I"); |
36 |
- |
|
|