The default action for the delete key (and backspace) in the lesstif HID is now "delete selected objects" to conform with most GUI's style guides.
This is implemented via a new Delete() action, where Delete(Selected) deletes the selected objects. The old behavior may be had via Delete(Object), or you can opt for a new Delete() (note: no arguments) which deletes selected objects if any are selected, else deletes whatever's under the cursor. Delete() also accepts AllRats and SelectedRats, and at some point we should add others like SelectedLines, etc. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

