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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user