-
Notifications
You must be signed in to change notification settings - Fork 411
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 into notes #899
Comments
Unfortunately we hijack copy/paste, because of the import/export fittings option. It's been that way for years, and it's set very low level. I'm not sure we can override that, and if we do we're changing the default behavior of the whole app (ctrl-c does one thing most places, something else in on specific case, that sort of thing tends to be bad UI and confusing to end users). You can right click to bring up the context menu (at least in Windows, not sure on Linux/Max). We probably never should have hijacked copy/paste in the first place, but now that it's been that way for so long..... (And, to be fair, there were good reasons for using it. Not like we had anything else to copy/paste at the time.) |
We need to fix this for #490 as well, sooner rather than later. We should be able to specifically define C&P shortcuts on a per-widget level. We want to keep the global shortcut for fittings, but this definitely needs to be fixed when we need it. |
@epmd34 What platform are you running in? OSX? |
OSX
… On 13 Dec 2016, at 05:23, Resin Neublem ***@***.***> wrote:
@epmd34 <https://github.com/epmd34> What platform are you running in? OSX?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#899 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AG6ktDUmrgvB23w80ZVPXsD48hyL08mWks5rHivFgaJpZM4LKuI5>.
|
Closed as duplicate of #490 (which should be fixed starting from next release) |
When the notes pane is active copy,paste cut etc should act on the clipboard as text, not try to import / export fittings.
The text was updated successfully, but these errors were encountered: