Previously, the FXIconList widget would "trap" the delete key (i.e. the key with code KEY_Delete) in its SEL_KEYPRESS message handler. Since this keypress was never making it out of that message handler, this meant that you couldn't use the delete key as an accelerator (e.g. to delete the currently selected list item). This has been fixed.