I have two types of input and output cell styles. WorkedInput uses GeneratedCellStyles -> {"Output" -> "WorkedOutput"}.
With this Output, the Cell menu item for "Delete All Output" doesn't delete WorkedOutput cells. This is reasonable, but I'd like to have that functionality for my other output styles.
I note that KeyEventTranslations.tr references the FrontEndToken DeleteGeneratedOutput.
Does anyone know how I might modify KeyEventTranslations.tr or write my own FrontEnd token to delete all types of Output cells? If this is impossible with KeyEventTranslations, would a Palette be a good approach? If a palette would be a good approach, could someone give me a hint how to construct and install such a palette? Thanks, WCC