1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 23:35:49 +01:00

changed '|' to ', ' as a url separator

This commit is contained in:
Martin Stubenschrott
2007-07-04 13:32:34 +00:00
parent 384d359749
commit 5775aaaff5
4 changed files with 7 additions and 4 deletions

View File

@@ -108,6 +108,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="vimperator.events.onEscape();"/>
<!--key id="key_a" key="a" oncommand="alert('a'); scrollBufferRelative(0, 1);"!/-->
<!-- other keys are handled inside vimperator.js event loop -->
</keyset>
</window>