1
0
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:
Martin Stubenschrott
2007-06-09 13:39:13 +00:00
parent 2e143ffe1a
commit 36a2ec59ec
5 changed files with 154 additions and 148 deletions

View File

@@ -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>