mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 10:56:01 +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);
|
||||
}
|
||||
|
||||
if (keycode == 83) { // r
|
||||
if (keycode == 83) { // s
|
||||
return displayDlg("search", getActiveFeedId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user