miromannino / miro-windows-manager

Intuitive and clever mechanism for moving windows using only arrows, even resizing windows by thirds or quarters! For OSX
379 stars 40 forks source link

Sometimes maximize vertical does not trigger #7

Open ericslaw opened 6 years ago

ericslaw commented 6 years ago

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.

miromannino commented 6 years ago

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.

tiagoboldt commented 5 years ago

I guess this is good to be closed.