change search hotkey description from r to s
This commit is contained in:
parent
e46cdbb0dd
commit
e3612080e8
|
@ -186,7 +186,7 @@ function hotkey_handler(e) {
|
|||
return scheduleFeedUpdate(true);
|
||||
}
|
||||
|
||||
if (keycode == 83) { // r
|
||||
if (keycode == 83) { // s
|
||||
return displayDlg("search", getActiveFeedId());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue