You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a few minor ClipboardTool bugs when right-clicking an item in the clipboard list. I've fixed these so I'll fork and raise a PR.
The console to show a deprecation warning for using hs.mouse.getAbsolutePosition instead of hs.mouse.absolutePosition.
Selecting one of the special paste actions throws an error about a type mismatch. "entry" should be "entry.content".
ERROR: LuaSkin: hs.menubar:setClickCallback() callback error: ...hammerspoon/Spoons/ClipboardTool.spoon/init.lua:241: attempt to concatenate a table value (local 'entry')
Using the special paste actions writes the output into ClipboardTool's filter box rather than prevFocusedWindow.
The text was updated successfully, but these errors were encountered:
I noticed a few minor ClipboardTool bugs when right-clicking an item in the clipboard list. I've fixed these so I'll fork and raise a PR.
The console to show a deprecation warning for using
hs.mouse.getAbsolutePosition
instead ofhs.mouse.absolutePosition
.Selecting one of the special paste actions throws an error about a type mismatch.
"entry"
should be"entry.content"
.The text was updated successfully, but these errors were encountered: