summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-05 10:33:20 +0100
committerAndrew Dolgov <[email protected]>2006-12-05 10:33:20 +0100
commite3612080e8b84ad55742b1761ac03cc162b59e1d (patch)
treef27463bf8f56581ef0aec7d3b79d507df9a6d5b4 /functions.js
parente46cdbb0ddcc1832453b58e46db64f80442fe4e4 (diff)
change search hotkey description from r to s
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());
}