Skip to content

PiP relative/incremental moves, additional features/issues #125

Open
@arikorn

Description

@arikorn

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 or xyIncrement to the module?
    • The main points being
      1. not to require the user to create a new variable (for a preset, for example)
      2. not to use two separate variables xIncrement and yIncrement
    • However, this would require an additional action to set the increment since module variables are read-only to the user
  • 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 have encode put it in the array form.
  • ... (other ideas?) ...

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