Hammerspoon / Hammerspoon/Spoons
Clipboard tool ignoring some inputs, sometimes
- Dominant language
- Lua
- Stars
- 567
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
Recently, it might have been since the last Hammerspoon update, the clipboard tool began behaving erratically. Sometimes, it ignores some inputs. Specifically it doesn't always open with `hyper + p`, it doesn't always close with escape and it never goes does with the down arrow. It does always go up with the up arrow and pastes the value with enter. There's no errors on my console.
My config for it is:
```
spoon.ClipboardTool.paste_on_select = true
spoon.ClipboardTool.frequency = 2
spoon.ClipboardTool.max_size = false
spoon.ClipboardTool.hist_size = 20
spoon.ClipboardTool.honor_ignoredidentifiers = true
spoon.ClipboardTool.ignoredIdentifiers = {
["de.petermaurer.TransientPasteboardType"] = true, -- Transient : Textpander, TextExpander, Butler
["com.typeit4me.clipping"] = true, -- Transient : TypeIt4Me
["Pasteboard generator type"] = true, -- Transient : Typinator
["com.agilebits.onepassword"] = true, -- Confidential : 1Password
["org.nspasteboard.TransientType"] = true, -- Universal, Transient
["org.nspasteboard.ConcealedType"] = true, -- Universal, Concealed
["org.nspasteboard.AutoGeneratedType"] = true, -- Universal, Automatic
}
spoon.ClipboardTool.show_in_menubar = false
spoon.ClipboardTool:start()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.