summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 21:47:38 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 21:47:38 +0300
commitd4dcf8e9228010718ff2a2f91f9a2dc82d42b218 (patch)
treefaad55e182e8cd8beaf463b71d2e82ec7fd97368 /viewfeed.js
parentd4f46bc1fdd3bbd76e7d01cc0c79baaacc69ce5b (diff)
mention wiki in keyboard shortcuts help
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 243f3d289..fc6fb9075 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -2090,8 +2090,9 @@ function postOpenInNewTab(event, id) {
function hlClicked(event, id) {
try {
-
- if (!event.ctrlKey) {
+ if (event.altKey) {
+ openArticleInNewWindow(id);
+ } else if (!event.ctrlKey) {
view(id);
return true;
} else {