Can't paste (Command+V) into an NSTextField

Chetan picture Chetan · Jan 13, 2010 · Viewed 7.3k times · Source

For some reason, an NSTextField isn't allowing me to paste anything into it using Command+V, though I can paste into it if I right-click and click 'Paste'. Why is this happening and how do I fix it?

Answer

Chetan picture Chetan · Jan 14, 2010

I fixed it by linking the "Paste" button in my NSMenu Main Menu to the First Responder's paste: command.