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

SessionRestore add virtual desktop size filter! #2

Open
ewerybody opened this issue Jan 5, 2022 · 0 comments
Open

SessionRestore add virtual desktop size filter! #2

ewerybody opened this issue Jan 5, 2022 · 0 comments

Comments

@ewerybody
Copy link
Contributor

You'd want to have the settings only applied to a certain type of screen setup, right?
So we need a combobox to select the setup via virtual desktop size you want to edit.

There is already GetVirtualScreenCoordinates() in ahklib/functions/. We'll use that as an identifyer.
this one will be prefixed to the data thats analysed by the restore function. Where there is currently:

[["procname.exe", "classname"...], ['procname2.exe', ...], ...]

it will be:

{
  "4520, 1920": [["procname.exe", "classname"...], ['procname2.exe', ...], ...],
  "1920, 1080": [[...], ...]
}

moved here from a2.modules/#15

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