1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

adding an email article hotkey 'e'

This commit is contained in:
Chris Chernesky
2011-07-18 12:24:41 -04:00
parent 44cddbcedb
commit fe66e229d7
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -680,6 +680,11 @@ function hotkey_handler(e) {
if (!hotkey_prefix) {
if (keycode == 69) { // e
var id = getActiveArticleId();
emailArticle(id);
}
if ((keycode == 191 || keychar == '?') && shift_key) { // ?
if (!Element.visible("hotkey_help_overlay")) {
Effect.Appear("hotkey_help_overlay", {duration : 0.3});