mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 02:25:45 +01:00
Allow :time to be interrupted
This commit is contained in:
@@ -188,8 +188,8 @@ liberator.IO = function () //{{{
|
||||
function () { liberator.echo(liberator.io.getCurrentDirectory()); },
|
||||
{ argCount: "0" });
|
||||
|
||||
// mkv[imperatorrc] or mkm[uttatorrc]
|
||||
liberator.commands.add(["mk" + EXTENSION_NAME.substr(0, 1) + "[" + EXTENSION_NAME.substr(1) + "rc]"],
|
||||
// "mkv[imperatorrc]" or "mkm[uttatorrc]"
|
||||
liberator.commands.add([EXTENSION_NAME.replace(/(.)(.*)/, "mk$1[$2rc]")],
|
||||
"Write current key mappings and changed options to the config file",
|
||||
function (args, special)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user