add S hotkey - search dialog
This commit is contained in:
parent
38f77f326d
commit
0a38301319
1 changed files with 5 additions and 1 deletions
|
@ -178,7 +178,11 @@ function hotkey_handler(e) {
|
|||
if (keycode == 82) { // r
|
||||
return m_ctx.scheduleFeedUpdate(true);
|
||||
}
|
||||
|
||||
|
||||
if (keycode == 83) { // r
|
||||
return m_ctx.displayDlg("search", getActiveFeedId());
|
||||
}
|
||||
|
||||
if (keycode == 85) { // u
|
||||
if (getActiveFeedId()) {
|
||||
return f_ctx.viewfeed(getActiveFeedId(), 0, "ForceUpdate");
|
||||
|
|
Loading…
Reference in a new issue