Kuzat / screenshot-node

Takes a screenshot of selected area and saves it to disk
MIT License
23 stars 8 forks source link

Multi monitor support #1

Open Kuzat opened 7 years ago

Kuzat commented 7 years ago

There is no multi monitor support as of now. It should probably be implemented.

kkm commented 6 years ago

No it support that, you need coord of multi monitor.

Kuzat commented 6 years ago

@kkm which OS did you test that on? I don't think it works for all OS

kkm commented 6 years ago

Win 10

Kuzat commented 6 years ago

So multi monitor work for now just need to know the coords for the multi monitor. What doesn't work is that the special case of specifying width and height as 0 only takes a fullscreen screenshot of the main monitor. I think the best solution is to make a new separate command for taking fullscreen screenshot and have a option for it to take of only one monitor or all of them.