You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Miro with the following config tweak:
spoon.MiroWindowsManager.sizes = { 6/5, 4/3, 3/2, 2/1, 3/1, 4/1, 6/1 }
When I want the current window to be 'tall', I'd press hyper+up followed by hyper+down.
This seems to be sensitive to how quickly I press the keys, but the required interval between them seems too short.
Code inspection does not reveal any timing requirement between keystrokes,
so I'm confused why it has this behavior.
The text was updated successfully, but these errors were encountered:
Hello! I believe it's just that you are trying to press hyper+up followed by hyper+down, it should be hyper+down+up. Of course you will never be able to press all three of them exactly at the same time, but it's pressing all three keys that the 'tall' is triggered.
It that is true, maybe the confusion is more about my explanation in the documentation.
I'm using Miro with the following config tweak:
spoon.MiroWindowsManager.sizes = { 6/5, 4/3, 3/2, 2/1, 3/1, 4/1, 6/1 }
When I want the current window to be 'tall', I'd press hyper+up followed by hyper+down.
This seems to be sensitive to how quickly I press the keys, but the required interval between them seems too short.
Code inspection does not reveal any timing requirement between keystrokes,
so I'm confused why it has this behavior.
The text was updated successfully, but these errors were encountered: