Search code examples
objective-ccocoacopy-pastenstextfield

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


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?


Solution

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