1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 18:45:48 +01:00

Added Ctrl-[ alias, and 's' guioption

This commit is contained in:
Martin Stubenschrott
2007-04-16 23:31:55 +00:00
parent 6797ee2cfb
commit 849789d23d
9 changed files with 13 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
<keyset id="mainKeyset">
<key id="key_open_vimbar" key=":" oncommand="openVimperatorBar();" modifiers=""/>
<key id="key_stop" keycode="VK_ESCAPE" oncommand="onEscape();"/>
<!--key id="key_cancel" keycode="[" modifiers="control" oncommand="onEscape();"/-->
<!-- other keys are handled inside vimperator.js event loop -->
</keyset>