1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:04:11 +01:00

Add @: mapping.

This commit is contained in:
Doug Kearns
2009-05-22 12:47:57 +10:00
parent 72e13d9e9d
commit da89552a1e
6 changed files with 49 additions and 9 deletions

View File

@@ -896,6 +896,7 @@ const liberator = (function () //{{{
return void liberator.echoerr(err);
if (!silent)
commandline.command = str.replace(/^\s*:\s*/, "");
command.execute(args, special, count, modifiers);
},