Add more Dribbble bindings

This commit is contained in:
Maddison Hellstrom 2018-08-21 20:09:45 -07:00
parent 3a67657d06
commit 71c6dbcec7
1 changed files with 4 additions and 2 deletions

View File

@ -295,8 +295,10 @@ const dribbbleAttachment = cb =>
mapsitekeys("dribbble.com", [
["s", "Heart Shot", Hint(".toggle-fav, .like-shot")],
["a", "View attachment image", dribbbleAttachment(a => tabOpenLink(a))],
["A", "Yank attachment image source URL", dribbbleAttachment(a => Clipboard.write(a))],
["a", "View shot", Hint(".dribbble-over, .gif-target, .more-thumbs a")],
["A", "View shot", Hint(".dribbble-over, .gif-target, .more-thumbs a")],
["v", "View attachment image", dribbbleAttachment(a => tabOpenLink(a))],
["V", "Yank attachment image source URL", dribbbleAttachment(a => Clipboard.write(a))],
])
// ---- Search & completion ----//