1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

change search hotkey description from r to s

This commit is contained in:
Andrew Dolgov 2006-12-05 10:33:20 +01:00
parent e46cdbb0dd
commit e3612080e8

View File

@ -186,7 +186,7 @@ function hotkey_handler(e) {
return scheduleFeedUpdate(true);
}
if (keycode == 83) { // r
if (keycode == 83) { // s
return displayDlg("search", getActiveFeedId());
}