From: Andrew Dolgov Date: Tue, 5 Dec 2006 09:33:20 +0000 (+0100) Subject: change search hotkey description from r to s X-Git-Tag: 1.2.6~31 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e3612080e8b84ad55742b1761ac03cc162b59e1d;p=tt-rss.git change search hotkey description from r to s --- diff --git a/functions.js b/functions.js index 383163f0..230fe1ab 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()); }