mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-19 15:01:00 +02:00
new hotkey: shift-E - edit current feed
This commit is contained in:
parent
729bafaa14
commit
e46cdbb0dd
@ -237,6 +237,10 @@ function hotkey_handler(e) {
|
|||||||
debug_mode_enabled = !debug_mode_enabled;
|
debug_mode_enabled = !debug_mode_enabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (keycode == 69 && shift_key) {
|
||||||
|
return editFeedDlg(getActiveFeedId());
|
||||||
|
}
|
||||||
|
|
||||||
if (typeof localHotkeyHandler != 'undefined') {
|
if (typeof localHotkeyHandler != 'undefined') {
|
||||||
try {
|
try {
|
||||||
return localHotkeyHandler(e);
|
return localHotkeyHandler(e);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user