Customize repeated half action cycles #532
alexisgaziello
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Thanks for looking to contribute to Rectangle! This type of behavior is easily achieved in the custom shortcut builder in my paid superset of Rectangle, Hookshot. If you're really wanting to add this in, I would consider a pull request, but I wouldn't want to add any changes to the user interface. At first cut this would mean something configurable only using terminal commands. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I am a big fan of this app. One of the features I use the most is the "repeated half action cycles". But I would like to customize those cycles a little. Instead of rotating over 3 positions, I would like to expand it to 4, being the last one a window that would cover the screen horizontally around 7/8s.
Of course, I am not assuming that not everybody will want this fourth option, so the idea would be to add an option to customize the steps and fractions of the cycle.
I have seen that the cycle is defined in the protocol RepeatedExecutionsInThirdsCalculation. The idea would be to get the parameters of this protocol dynamically instead of hard-coding them.
If I work on a feature to customize the cycle through some kind of table that would appear when pressing a button in the preferences, would it be accepted?
Thanks,
Alexis
Beta Was this translation helpful? Give feedback.
All reactions