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 into notes #899

Closed
epmd34 opened this issue Dec 12, 2016 · 6 comments
Closed

paste into notes #899

epmd34 opened this issue Dec 12, 2016 · 6 comments
Labels
bug Confirmed to be a bug duplicate Duplicate of another issue, will most likely be closed with a link to the original macOS Mac-specific issue

Comments

@epmd34
Copy link

epmd34 commented Dec 12, 2016

When the notes pane is active copy,paste cut etc should act on the clipboard as text, not try to import / export fittings.

@Ebag333
Copy link
Contributor

Ebag333 commented Dec 12, 2016

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.)

@blitzmann
Copy link
Collaborator

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.

@resinneublem
Copy link
Contributor

@epmd34 What platform are you running in? OSX?

@epmd34
Copy link
Author

epmd34 commented Dec 13, 2016 via email

@blitzmann
Copy link
Collaborator

@epmd34 Ah, yeah, then that's the problem. I thought this was a Windows bug, so this is really a duplicate of #490. Still need to find a solution for this tho...

@blitzmann blitzmann added the bug Confirmed to be a bug label Dec 14, 2016
@blitzmann blitzmann added the macOS Mac-specific issue label Feb 17, 2017
@DarkFenX DarkFenX added the duplicate Duplicate of another issue, will most likely be closed with a link to the original label Aug 22, 2019
@DarkFenX
Copy link
Member

Closed as duplicate of #490 (which should be fixed starting from next release)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed to be a bug duplicate Duplicate of another issue, will most likely be closed with a link to the original macOS Mac-specific issue
Projects
None yet
Development

No branches or pull requests

5 participants