Closed fpayer closed 1 year ago
I agree! I'll create a new branch to implement this.
@fpayer This is updated! You can wait for Elgato to update the app version in their store, or download the v1.2 release file
Wow that was quick! Thanks so much.
How long do you think it'll take Elgato to update the app version in the store?
There is currently no way to minimize/maximize a window by a substring match of the window title.
Selecting the "Window Title" identifier type executes the nircmd with the command
win {min|max} title {name}
. This command requires an exact match of the window title. However, I would like to select a window using a partial match because I'm trying to select a window that dynamically updates a portion of the title.I would like to suggest adding a new Identifier Type for a partial window title match that will execute nircmd with
win {min|max} ititle {name}
, which will support a partial match on the window title. I believe this change should only require a small update to the commands.js and index.html