1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-28 10:55:52 +01:00

[muttator] fixed composer loading

This commit is contained in:
Martin Stubenschrott
2008-09-23 22:05:58 +00:00
parent 23086014e2
commit a7c7719c25
2 changed files with 1 additions and 3 deletions

View File

@@ -71,7 +71,6 @@ the terms of any one of the MPL, the GPL or the LGPL.
<keyset id="mainKeyset">
<key id="key_open_vimbar" key=":" oncommand="liberator.commandline.open(':', '', liberator.modes.EX);" modifiers=""/>
<key id="key_send" key="y" oncommand="alert('y');" modifiers=""/>
<key id="key_stop" keycode="VK_ESCAPE" oncommand="liberator.events.onEscape();"/>
<!-- other keys are handled inside the event loop in events.js -->
</keyset>