mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 13:55:55 +00:00
new hotkey: shift-E - edit current feed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user