mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 04:22:26 +01:00
Add C_<C-t>.
This commit is contained in:
@@ -242,8 +242,8 @@ var Config = Module("config", ConfigBase, {
|
||||
commands.add(["wind[ow]"],
|
||||
"Execute a command and tell it to output in a new window",
|
||||
function (args) {
|
||||
dactyl.withSavedValues(["forceNewWindow"], function () {
|
||||
this.forceNewWindow = true;
|
||||
dactyl.withSavedValues(["forceTarget"], function () {
|
||||
this.forceTarget = dactyl.NEW_WINDOW;
|
||||
this.execute(args[0], null, true);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user