Is it possible to trigger a different action upon subsequent press of keyboard shortcut?
Here's my specific use case:
I have a keyboard shortcut that maximizes the current window on the screen it's on. It would be amazing if when I pressed the keyboard shortcut again, I could instead trigger the "maximize to the next screen" action. This way I could cycle through all of my screens with the same keyboard shortcut.
If this isn't possible, consider it a feature request! Obviously, there would have to be a timeout in between presses. And no other interactions could happen between each press of the keyboard shortcut or it would reset.
I hope this makes sense! I would be happy to provide more details. Thanks!
As I'm trying to work with this, I'm finding an unexpected behavior:
Let's say I'm cycling through 6 actions. I'll start with the first, then the second, then the third, and then I stop and do something else for a while. When I trigger it again, it picks up on where I left off, on the fourth action.
This was unexpected. Not a bug... probably working as intended. But how can I get the cycle to restart from the beginning... maybe after a certain amount of elapsed time or when it recognizes that I've stopped cycling through the actions?
I hope that makes sense. Happy to provide more details!