View | Details | Raw Unified | Return to bug 17179
Collapse All | Expand All

(-)a/installer/data/mysql/mandatory/keyboard_shortcuts.sql (-2 / +5 lines)
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
- 

Return to bug 17179