Support launching url in a new tab (#46)
This commit is contained in:
@@ -355,7 +355,9 @@ function keyHandler(e) {
|
||||
}
|
||||
break;
|
||||
case "KeyG":
|
||||
this.doAction("launch");
|
||||
if (e.ctrlKey) {
|
||||
this.doAction(e.shiftKey ? "launchInNewTab" : "launch");
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user