Open
Description
Notes to self and for comment (@fa1k3n, @WOTBox, etc.) :
I'm thinking about modifications to the current implementation of relative movement for USK (PiP) windows and interested in feedback from you folks.
Some ideas:
- add a variable:
pipIncrement
orxyIncrement
to the module?- The main points being
- not to require the user to create a new variable (for a preset, for example)
- not to use two separate variables
xIncrement
andyIncrement
- However, this would require an additional action to set the increment since module variables are read-only to the user
- The main points being
- add presets for my arrows pad? may take some effort... (note: without a module variable, presets may be limited to a constant increment value.)
- add ability to set the edge "buffer" (currently 5 pixels -- snap moves the window 5 pixels from the edge). Or just set it to 0?
- internal: move
sendCommand
to the state class, or at least haveencode
put it in the array form. - ... (other ideas?) ...
Metadata
Metadata
Assignees
Labels
No labels