Bug 17179: (follow-up) Add to keyboard_shortcuts.sql
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
5e746f9d56
commit
8564cbcd9a
1 changed files with 5 additions and 1 deletions
|
@ -32,4 +32,8 @@ INSERT INTO keyboard_shortcuts (shortcut_name, shortcut_keys) VALUES
|
|||
("line_break","Shift-Enter"),
|
||||
("next_position","Tab"),
|
||||
("prev_position","Shift-Tab"),
|
||||
("toggle_keyboard", "Shift-Ctrl-K");
|
||||
("toggle_keyboard", "Shift-Ctrl-K"),
|
||||
("copy_line","Ctrl-C"),
|
||||
("copy_subfield","Shift-Ctrl-C"),
|
||||
("paste_line","Ctrl-P"),
|
||||
("insert_line","Ctrl-I");
|
||||
|
|
Loading…
Reference in a new issue