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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user