1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-09 19:55:46 +01:00

Add descriptions for mappable modes.

This commit is contained in:
Kris Maglione
2010-12-30 17:59:57 -05:00
parent f3903dc3d2
commit 2cb3135220
4 changed files with 119 additions and 49 deletions

View File

@@ -19,9 +19,9 @@ var Events = Module("events", {
<!--this notifies us also of focus events in the XUL
from: http://developer.mozilla.org/en/docs/XUL_Tutorial:Updating_Commands !-->
<!-- I don't think we really need this. Kris -->
<commandset id="onPentadactylFocus" commandupdater="true" events="focus"
<commandset id="dactyl-onfocus" commandupdater="true" events="focus"
oncommandupdate="dactyl.modules.events.onFocusChange(event);"/>
<commandset id="onPentadactylSelect" commandupdater="true" events="select"
<commandset id="dactyl-onselect" commandupdater="true" events="select"
oncommandupdate="dactyl.modules.events.onSelectionChange(event);"/>
</window>
</e4x>.elements()