add S hotkey - search dialog
This commit is contained in:
parent
38f77f326d
commit
0a38301319
|
@ -179,6 +179,10 @@ function hotkey_handler(e) {
|
||||||
return m_ctx.scheduleFeedUpdate(true);
|
return m_ctx.scheduleFeedUpdate(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (keycode == 83) { // r
|
||||||
|
return m_ctx.displayDlg("search", getActiveFeedId());
|
||||||
|
}
|
||||||
|
|
||||||
if (keycode == 85) { // u
|
if (keycode == 85) { // u
|
||||||
if (getActiveFeedId()) {
|
if (getActiveFeedId()) {
|
||||||
return f_ctx.viewfeed(getActiveFeedId(), 0, "ForceUpdate");
|
return f_ctx.viewfeed(getActiveFeedId(), 0, "ForceUpdate");
|
||||||
|
|
Loading…
Reference in New Issue