$DBversion = 'XXX';
if( CheckVersion( $DBversion ) ) {
$dbh->do(q{
INSERT INTO keyboard_shortcuts (shortcut_name, shortcut_keys)
VALUES ("toggle_keyboard", "Ctrl-K")
});
SetVersion( $DBversion );
print "Upgrade to $DBversion done (Bug 17178 - add shortcut to keyboard_shortcuts)\n";
}
("new_line","Enter"),
("line_break","Shift-Enter"),
("next_position","Tab"),
("prev_position","Shift-Tab");
("prev_position","Shift-Tab"),
("toggle_keyboard", "Ctrl-K");
-