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

Clipboardtool: fix right-click menu bugs in issue #315 #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jacix
Copy link
Contributor

@jacix jacix commented Mar 27, 2024

This fixes #315

@jacix
Copy link
Contributor Author

jacix commented Mar 27, 2024

Fixed:

  • Deprecated hs.mouse.getAbsolutePosition vs of hs.mouse.absolutePosition.
  • Fixed type mismatch near line 241
  • Fixed special-paste actions, though limited it to only text clips (it skips anything else)
  • Translated special-paste actions to English

Added:

  • New special-paste action which uses commas as the delimiter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClipboardTool uses deprecated hs.mouse.getAbsolutePosition; right-click menu has errors
1 participant