1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-27 00:05:45 +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

@@ -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) {