summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-03 16:43:25 +0100
committerAndrew Dolgov <[email protected]>2008-06-03 16:43:25 +0100
commit004523dda5b91a641b278498fc6172c06ec428b9 (patch)
treeaac029babafa8a2324dd3a4dd21bf26c98d920d2 /tt-rss.js
parent3908a1af90b7b3647f712e3f30eb4f38cf7e5fed (diff)
remove toggling from = hotkey, rename to f h
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/tt-rss.js b/tt-rss.js
index a9a3b3f1b..a8dd16e88 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1170,11 +1170,6 @@ function hotkey_handler(e) {
}
}
}
-
- if (keycode == 187) { // =
- hideReadHeadlines();
- return;
- }
}
/* Prefix f */
@@ -1229,6 +1224,11 @@ function hotkey_handler(e) {
return resort_feedlist();
}
+ if (keycode == 72) { // h
+ hideReadHeadlines();
+ return;
+ }
+
}
/* Prefix c */