Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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?

like image 797
Chetan Avatar asked Jan 13 '10 07:01

Chetan


2 Answers

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

like image 198
Chetan Avatar answered Sep 19 '22 14:09

Chetan


What happens when you select "Edit > Paste" from your application's main menu?

like image 42
Darren Avatar answered Sep 20 '22 14:09

Darren