1
0
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:
Andrew Dolgov
2008-06-03 16:43:25 +01:00
parent 3908a1af90
commit 004523dda5
4 changed files with 8 additions and 10 deletions

View File

@@ -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 */