mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 11:34:12 +01:00
[muttator] allow external editor with ctrl-i when composing messages. Also a framework for more compose window related mappings (like y to send message)
This commit is contained in:
@@ -72,11 +72,11 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
<commandset id="onVimperatorFocus"
|
||||
commandupdater="true"
|
||||
events="focus"
|
||||
oncommandupdate="liberator.events.onFocusChange(event);"/>
|
||||
oncommandupdate="if (typeof liberator.events != 'undefined') liberator.events.onFocusChange(event);"/>
|
||||
<commandset id="onVimperatorSelect"
|
||||
commandupdater="true"
|
||||
events="select"
|
||||
oncommandupdate="liberator.events.onSelectionChange(event);"/>
|
||||
oncommandupdate="if (typeof liberator.events != 'undefined') liberator.events.onSelectionChange(event);"/>
|
||||
|
||||
<vbox id="liberator-container" hidden="false">
|
||||
<listbox id="liberator-bufferwindow" class="plain" rows="10" flex="1" hidden="true"
|
||||
|
||||
Reference in New Issue
Block a user