mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 17:34:12 +01:00
now we have a Events() class
Please report all bugs which arised because of these changes Still not sure, if we should put that into an event.js
This commit is contained in:
@@ -653,7 +653,7 @@ function Mappings()//{{{
|
||||
));
|
||||
// if you ever add/remove keys here, also check them in the vimperaotr.onEvent()
|
||||
addDefaultMap(new Map(vimperator.modes.NORMAL, ["<Esc>", "<C-[>"],
|
||||
onEscape,
|
||||
vimperator.events.onEscape,
|
||||
{
|
||||
short_help: "Cancel any operation",
|
||||
help: "Exits any command line or hint mode and returns to browser mode.<br/>" +
|
||||
|
||||
Reference in New Issue
Block a user