My app has an iTunes-like interface, and I'm trying to decide if the keyboard short-cut for removing the selected item (or column if that is the selection) should be command-delete, or just delete. iTunes (and Project-Builder/Xcode) seems to have chosen the latter, but I feel like it's too easy to hit that by accident, and this is an action that can't be undone (I know, make an undo stack...I'll do it later. for now I need to decide).
What are your opinions? cave to all Apple HI decisions? or is there a good reason they chose just delete instead of command-delete? My intuition tells me that the command key is there for....commands. Like "remove item," that's a command. right? And removing an item from the app is kind of like the Finder "move to trash" command, which uses the command key. well, what do y'all think?