- Add option to copy image under `Image` menu. - Add shortcut `CTRL-C` We can use [xclip](https://github.com/astrand/xclip) to achieve this. `xclip -selection clipboard -t image/png -i /path/to/image.png`
Imagemenu.CTRL-CWe can use xclip to achieve this.
xclip -selection clipboard -t image/png -i /path/to/image.png