I would like to set the key equivalent of a menu bar item in IB to the backspace key (delete left of the cursor), but for some reason this doesn't seem to work. I can assign all kinds of keys to it, such as CMD+Backspace, or fn+Backspace (delete key, ie delete from right), but when I assign the plain backspace key, it just doesn't register at all.
Do I have to do something different to use the backspace key?
PS: I do not want to handle the key any other way. It must be a menu item key equivalent.
EDIT: I set the key equivalent for the menu item using IB. I know I said that before, but some people can't read. I know how to set it in IB, and it works for everything but the backspace key.
NSBackspaceCharacter
is explicitly mentioned in the docs. – Lavelle