summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 9757eca80..1331eb8d4 100644
--- a/functions.js
+++ b/functions.js
@@ -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");