mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 07:05:55 +00:00
adding an email article hotkey 'e'
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user