Index: trunk/doc-rnd/keys.html =================================================================== --- trunk/doc-rnd/keys.html (revision 875) +++ trunk/doc-rnd/keys.html (revision 876) @@ -65,7 +65,7 @@ `   Zoom(Toggle) - +   a   @@ -262,7 +262,7 @@ i   - +   DoWindows(Library) insert @@ -333,7 +333,7 @@ ChangeName(Object) alt - +   ChangeNonetlist(Element) ctrl @@ -390,7 +390,7 @@ r   Report(NetLength) - +   alt AutoRoute(SelectedRats) @@ -542,7 +542,7 @@ alt Undo() - +   shift Zoom(+1.2) Index: trunk/util/keylist.sh =================================================================== --- trunk/util/keylist.sh (revision 875) +++ trunk/util/keylist.sh (revision 876) @@ -229,8 +229,12 @@ if (mods == "") mods = " " print " " mods - for(h in HIDS) - print " ", ACTION[h, key] + for(h in HIDS) { + act = ACTION[h, key] + if (act == "") + act = " " + print " ", act + } last_base = base } print ""