I would like to have the electron app listening to 2 keyboard shortcuts:
Does someone have opinions/thoughts on this? Maybe other hotkeys for better UX?
ctrl+alt+u = upload selectedctrl+alt+s = screenshot uploadctrl+alt+d = download hash selectedveyr much :+1: to this.
one thing: may not be able to do +i+{d,u} because those are letters, not modifiers. afaik keyboards dont like that?
More than one 'non modifier key' ref: https://github.com/atom/electron/issues/2486
Ok, can't do 2 key codes
Going for:
ctrl+alt+u = upload selected
ctrl+alt+s = screenshot upload
ctrl+alt+d = download hash selected
Gonna start this 馃槃
Updated the main comment https://github.com/ipfs-shipyard/ipfs-station/issues/31#issue-100265996
@diasdavid what if you did CTRL+C on your hash and then CTRL+ALT+D to download the copied hash? ~(The same for uploading the files).~ (Electron doesn't have support to 'read' files from clipboard)
Download the last copied hash is now working 馃槃 I don't know if we should let this opened or not. I can't find any "positive" information about reading files from the clipboard on Electron. /cc @diasdavid
馃憦馃徑馃憦馃徑馃憦馃徑 Thank you @hacdias :)