K-RT-Dev / VGT

Program to translate Japanese text through image recognition and GPT 3.5
MIT License
76 stars 6 forks source link

Feature Request: Multiple Monitors #7

Open rDarge opened 1 year ago

rDarge commented 1 year ago

It would be nice to be able to have VGT open on one monitor and the manga open on another monitor - currently VGT only supports one screen (the primary screen) for screenshotting.

Either specifying a particular monitor to focus on or, preferably, creating a capture window on each window when the capture shortcut is pressed (so that no additional configuration is necessary) would be a great addition to the features VGT currently offers.

rDarge commented 1 year ago

I've got a version of this working on my fork in this commit: https://github.com/rDarge/VGT/commit/1d27f1f3419e58e4a36cc845f0460d276c0b5ee5

It will create a capture window maximized on each monitor the system detects, and closes each out when cancelled or when a screenshot is taken.