1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 23:27:58 +01:00

Final commit for the weekend: moved onKeyPress -> vimperator.events;

This commit is contained in:
Martin Stubenschrott
2007-06-09 14:06:12 +00:00
parent 36a2ec59ec
commit b845a0f5cc
2 changed files with 671 additions and 669 deletions

View File

@@ -651,7 +651,7 @@ function Mappings()//{{{
help: "Stops loading the current webpage."
}
));
// if you ever add/remove keys here, also check them in the vimperaotr.onEvent()
// if you ever add/remove keys here, also check them in the vimperator.events.onKeyPress()
addDefaultMap(new Map(vimperator.modes.NORMAL, ["<Esc>", "<C-[>"],
vimperator.events.onEscape,
{

File diff suppressed because it is too large Load Diff