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

Add to Shared Clipboard with Custom Label #205

Closed
latenitefilms opened this issue Jan 14, 2017 · 4 comments
Closed

Add to Shared Clipboard with Custom Label #205

latenitefilms opened this issue Jan 14, 2017 · 4 comments
Assignees
Labels
feature request New feature or request

Comments

@latenitefilms
Copy link
Contributor

Currently when the Shared Clipboard is enabled, whenever you copy something within Final Cut Pro it's automatically added to the Shared Clipboard, and named using the clipboard.findClipName() function - however it could be handy if you could customise this name (for the purposes of the shared clipboard).

@latenitefilms latenitefilms added the feature request New feature or request label Jan 14, 2017
@latenitefilms latenitefilms self-assigned this Jan 14, 2017
@randomeizer
Copy link
Contributor

randomeizer commented Jan 15, 2017 via email

@latenitefilms
Copy link
Contributor Author

We would basically add a new shortcut key called "Copy with Label". When the user presses the shortcut, it will prompt for a label (using a dialog box), then if the user has entered a valid label, we'll then save this label to a global variable (for later use in the clipboard module), then trigger the copy command in Final Cut Pro.

I'll try add this later today if I get a chance.

@randomeizer
Copy link
Contributor

randomeizer commented Jan 15, 2017 via email

@latenitefilms
Copy link
Contributor Author

You could just pass it onto the clipboard function. Better than a global variable.

Good idea.

Shared clipboard should probably move into the clipboard module too, to be honest.

The "saving" part already is. But yes, eventually we should move all the clipboard related stuff into there. However, I feel like it's probably better to do this when we eventually implement #136.

latenitefilms added a commit that referenced this issue Jan 16, 2017
- Added copyWithCustomLabel() and copyWithCustomLabelAndFolder()
Shortcuts
latenitefilms added a commit that referenced this issue Jan 16, 2017
- Added FCPXCopyWithCustomLabel and FCPXCopyWithCustomLabelAndFolder to
Plist files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants