mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 15:21:28 +00:00
change search hotkey description from r to s
This commit is contained in:
@@ -186,7 +186,7 @@ function hotkey_handler(e) {
|
|||||||
return scheduleFeedUpdate(true);
|
return scheduleFeedUpdate(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keycode == 83) { // r
|
if (keycode == 83) { // s
|
||||||
return displayDlg("search", getActiveFeedId());
|
return displayDlg("search", getActiveFeedId());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user