summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 383163f0a..230fe1ab8 100644
--- a/functions.js
+++ b/functions.js
@@ -186,7 +186,7 @@ function hotkey_handler(e) {
return scheduleFeedUpdate(true);
}
- if (keycode == 83) { // r
+ if (keycode == 83) { // s
return displayDlg("search", getActiveFeedId());
}