mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 02:55:55 +00:00
remove toggling from = hotkey, rename to f h
This commit is contained in:
10
tt-rss.js
10
tt-rss.js
@@ -1170,11 +1170,6 @@ function hotkey_handler(e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (keycode == 187) { // =
|
||||
hideReadHeadlines();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
/* Prefix f */
|
||||
@@ -1229,6 +1224,11 @@ function hotkey_handler(e) {
|
||||
return resort_feedlist();
|
||||
}
|
||||
|
||||
if (keycode == 72) { // h
|
||||
hideReadHeadlines();
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Prefix c */
|
||||
|
||||
Reference in New Issue
Block a user