In my application I have an NSTextView. If I want to select some text using the keyboard, I press Command+c, which is supposed to select the text, then Command+v which should paste the selected text. Using the keyboard, it's not working, but using the mouse copy/paste is working.
Moreover, when I type Command+c it invokes the print page -- looks like it's mapped wrongly, but how to correct it ?
Any pointers as to what I need to set to get it handled by the keyboard?