1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 11:45:45 +01:00

added <space>-support for feedkeys()

moved KeyboardEvent.prototype.toString() -> vimperator.events.eventToString()
This commit is contained in:
Martin Stubenschrott
2007-08-11 19:20:39 +00:00
parent d90701769b
commit e91f192a62
2 changed files with 59 additions and 131 deletions

View File

@@ -110,9 +110,8 @@ the terms of any one of the MPL, the GPL or the LGPL.
</toolbar>
<keyset id="mainKeyset">
<key id="key_open_vimbar" key=":" oncommand="vimperator.commandline.open(':', '', MODE_EX);" modifiers=""/>
<key id="key_open_vimbar" key=":" oncommand="vimperator.commandline.open(':', '', vimperator.modes.MODE_EX);" modifiers=""/>
<key id="key_stop" keycode="VK_ESCAPE" oncommand="vimperator.events.onEscape();"/>
<!--key id="key_a" key="a" oncommand="alert('a'); vimperator.buffer.scrollRelative(0, 1);"!/-->
<!-- other keys are handled inside vimperator.js event loop -->
</keyset>
</window>