mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 22:15:47 +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:
@@ -104,7 +104,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
<keyset id="mainKeyset">
|
||||
<key id="key_open_vimbar" key=":" oncommand="vimperator.commandline.open(':', '', MODE_EX);" modifiers=""/>
|
||||
<key id="key_stop" keycode="VK_ESCAPE" oncommand="onEscape();"/>
|
||||
<key id="key_stop" keycode="VK_ESCAPE" oncommand="vimperator.events.onEscape();"/>
|
||||
<!-- other keys are handled inside vimperator.js event loop -->
|
||||
</keyset>
|
||||
</window>
|
||||
|
||||
Reference in New Issue
Block a user