fix g t hotkey not working

master
Andrew Dolgov 14 years ago
parent 5300354848
commit e31ed61af3

@ -960,8 +960,8 @@ function hotkey_handler(e) {
return false;
}
if (keycode == 84 && shift_key) { // T
toggleTags();
if (keycode == 84) { // t
displayDlg("printTagCloud");
return false;
}
}

Loading…
Cancel
Save