Add Commands for smaller/larger height only#1607
Add Commands for smaller/larger height only#1607rxhanson merged 1 commit intorxhanson:mainfrom RazgrizHsu:main
Conversation
|
Thanks! There wasn't a specific reason why this was not added in - it was simply that the contributor that added in smaller/larger width didn't add it in. I'll plan on rolling out another release soon. |
|
Auch von mir vielen Dank für die Arbeit und die App. Die ist wirklich klasse. |
|
Vielen Dank für die Rückmeldung. Ich bin tatsächlich absoluter "Neuling" und frage deswegen noch mal nach. Herzlichen Dank |
|
Because there are so many sizes and positions that one could choose from, and in order to keep the app simple and approachable, I don't add all of them to the UI of Rectangle. To configure smaller/larger height, you'll have to execute the terminal commands listed on that page, which means you'll have to figure out the key code and modifier flags for the shortcut you want to configure. One way is to use the key codes app on the App Store. |
|
@newby-deu You can take a look at my settings. Of course, you can also run this command directly in the terminal, |
|
Danke für die Rückmeldung. Ich bin sehr begeistert, was hier auf GitHub alles angeboten wird und auch die App "Rectangle" nutze ich sehr gerne. Diverse andere auch. |
|
I believe this (#1504) is the PR that added constrained resize commands. I omitted
At the time I wasn't sure if constrained resize would be helpful but I'm glad to see that it's helping others now! |
First off, huge thanks for your work on this project; it truly makes life better!
I noticed that the application currently has commands for adjusting larger/smaller width, but I couldn't find corresponding commands for height. I'm not sure if this was an intentional design choice, but as someone who frequently needs to adjust height, I thought others might have the same need.
Therefore, I've created this pull request to introduce those height adjustment commands. Please take a look and let me know if this is something you'd be interested in merging.
Thanks a lot!