Skip to content

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

@cmsj cmsj closed this Aug 7, 2024
@cmsj cmsj reopened this Aug 7, 2024
end

-- Internal method: actions of the context menu, special paste
--- Internal method: actions of the context menu, special paste
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The third dash here is marking it as a docstring, which is not correct. If you drop it back to two dashes it will work fine.

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

2 participants