Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paste with keyboard shortcut into window not possible #28

Closed
puterleat opened this issue Jan 11, 2015 · 2 comments · Fixed by #150
Closed

paste with keyboard shortcut into window not possible #28

puterleat opened this issue Jan 11, 2015 · 2 comments · Fixed by #150

Comments

@puterleat
Copy link

pasting text with keyboard shortcut (cmd-V) into a window is not possible now, for reasons explained here:
http://stackoverflow.com/questions/970707/cocoa-keyboard-shortcuts-in-dialog-without-an-edit-menu

(there is also a workaround here).

@lambdamusic
Copy link

Has this ever been solved?

@cbenhagen
Copy link
Contributor

cbenhagen commented Dec 29, 2020

I solved this by overriding NSTextField like explained on StackOverflow. Overriding NSApplication should also work but needs changes in your Info.plist which was not practicable for me.

You can check my changes in PR #150

This was referenced Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants