caseymrm / menuet

Go library to create menubar apps- programs that live only in OSX's NSStatusBar
MIT License
281 stars 20 forks source link

Implement text shortcuts for NSTextField #22

Closed rokostik closed 11 months ago

rokostik commented 11 months ago

Hey, great library, thanks for creating it!

I'm creating a small app where I need to input some long credentials and noticed that pasting doesn't work.

I found the solution here https://blog.kulman.sk/making-copy-paste-work-with-nstextfield/ and implemented it. Tested locally and it works.

caseymrm commented 11 months ago

This looks great, thank you for figuring it out!