Skip to content

SessionRestore add virtual desktop size filter! #2

@ewerybody

Description

@ewerybody

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions