1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-27 21:33:31 +02: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
+1
View File
@@ -525,6 +525,7 @@ function CommandLine() //{{{
var input = {};
liberator.registerCallback("submit", modes.EX, function (command) {
commands.repeat = command;
liberator.execute(command);
});
liberator.registerCallback("complete", modes.EX, function (context) {