mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 19:44:11 +01:00
Final commit for the weekend: moved onKeyPress -> vimperator.events;
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user