Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to have the replicas only show / "be on top" when a specific window has the current focus? #162

Open
basicsmods opened this issue Oct 18, 2024 · 1 comment

Comments

@basicsmods
Copy link

I'm using OnTopReplica to improve the UI of a game that I play. It works amazing (thank you for this). But when I tab to another window, those replicas are still active on top of my browser or whatever other app I currently have focus'd. Which is not ideal.

Curious if there's some way to have the replicas only active when my game is the focus'd window.

Thanks!

@basicsmods
Copy link
Author

The ctrl+shift+o hotkey for show/hide only works on one of the replicas. I have 3 replicas active that I open together with a bat script. The hotkey would be a solid solution to my issue if it actually hid all 3 replicas. Is there maybe a way to open all 3 replicas in a single instance so that the hotkey would work for all 3 at the same time?

Here's my bat file currently

start /d "C:\Program Files (x86)\OnTopReplica\OnTopReplica" OnTopReplica.exe --windowTitle="New World" --visible --size=108,34 --position=1424,812 --opacity=200 --clickThrough --chromeOff --region=1688,1277,268,83

start /d "C:\Program Files (x86)\OnTopReplica\OnTopReplica" OnTopReplica.exe --windowTitle="New World" --visible --size=68,19 --position=1444,784 --opacity=200 --clickThrough --chromeOff --region=1683,1224,132,39

start /d "C:\Program Files (x86)\OnTopReplica\OnTopReplica" OnTopReplica.exe --windowTitle="New World" --visible --size=208,11 --position=1176,895 --opacity=200 --clickThrough --chromeOff --region=1059,1279,443,24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant