mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 17:35:57 +00:00
new hotkey: shift-C, toggle collapse feedlist
This commit is contained in:
@@ -329,6 +329,12 @@ function hotkey_handler(e) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (keycode == 67 && shift_key) { // c
|
||||||
|
if (typeof collapse_feedlist != 'undefined') {
|
||||||
|
return collapse_feedlist();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (typeof localHotkeyHandler != 'undefined') {
|
if (typeof localHotkeyHandler != 'undefined') {
|
||||||
try {
|
try {
|
||||||
return localHotkeyHandler(e);
|
return localHotkeyHandler(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user