new hotkey: shift-E - edit current feed

master
Andrew Dolgov 18 years ago
parent 729bafaa14
commit e46cdbb0dd

@ -237,6 +237,10 @@ function hotkey_handler(e) {
debug_mode_enabled = !debug_mode_enabled;
}
if (keycode == 69 && shift_key) {
return editFeedDlg(getActiveFeedId());
}
if (typeof localHotkeyHandler != 'undefined') {
try {
return localHotkeyHandler(e);

Loading…
Cancel
Save