1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 18:04:12 +01:00

Highlighting and stuff.

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-05 08:26:38 -05:00
parent 0cc69f8932
commit 2e27dc3571
3 changed files with 19 additions and 5 deletions

View File

@@ -417,12 +417,12 @@ var Mappings = Module("mappings", {
</tr>
<col style="min-width: 6em; padding-right: 1em;"/>
{
template.map(hives, function (hive) let (i = 0)
template.map(hives, function (hive)
<tr style="height: .5ex;"/> +
template.map(maps(hive), function (map)
template.map(map.names, function (name)
template.map(map.names, function (name, i)
<tr>
<td highlight="Title">{!i++ ? hive.name : ""}</td>
<td highlight="Title">{!i ? hive.group.name : ""}</td>
<td>{modeSign}</td>
<td>{name}</td>
<td>{map.rhs || map.action.toSource()}</td>