jnordberg / irccloudapp

Standalone IRCCloud desktop client for OS X
MIT License
151 stars 16 forks source link

Copy/Paste images #25

Open spalger opened 9 years ago

spalger commented 9 years ago

I regularly use control+cmd+shift+4 to take screenshots and paste them into conversations.

irccloud.com supports this but nimbus 0.7.5-pre doesn't. I love nimbus and would love to use it full time, but switching back and forward to paste images is a pain :)

I'm a JavaScript guy, and have never written Obj-C, but I found some indications that a modified performKeyEquivalent method on the webview would help, but it didn't.

If someone can point me in the write direction I'd be happy to submit a pr.

keithah commented 9 years ago

It doesn't seem to work in Safari, so I doubt it will work in Nimbus, since it's really just a wrapper around it. Would love to see the functionality too.