Add 'zoom shot' binding for Dribbble

This commit is contained in:
Maddison Hellstrom 2018-08-23 01:17:31 -07:00
parent 8c7707865d
commit 3a48cfe6f5
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ mapsitekeys("dribbble.com", [
["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))],
["z", "Zoom shot", Hint(".single-img picture, .detail-shot img")],
])
// ---- Search & completion ----//