You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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()
inahklib/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:
it will be:
moved here from a2.modules/#15
The text was updated successfully, but these errors were encountered: