Torrunt / vimage

A simplistic image viewer for Windows, inspired by vjpeg.
https://torrunt.net/vimage
MIT License
102 stars 13 forks source link

CTRL-C to copy current image file to clipboard #31

Closed Torrunt closed 7 years ago

Torrunt commented 7 years ago

Someone suggested this to me a while ago. Other image viewers have this ability and it would be nice to have.

First I would have to add support for key combos in the config/vimage_settings.exe (probably just CTRL, SHIFT and ALT ones). After that making a function to simply add the current file to the clipboard would be trivial.

Torrunt commented 7 years ago

Added Copy command https://github.com/Torrunt/vimage/commit/22368432732eef2b591bd24f0dbd748634be3c09

Working on support for key combos next.

Torrunt commented 7 years ago

Added key combination support https://github.com/Torrunt/vimage/commit/6490ea6c16045399051d0b33dc0f117120cabb02

Also added a Copy as Image command https://github.com/Torrunt/vimage/commit/92a494d990a5ec7b8ce0412f9da75d4d98f45985