Workaround for missing "minimize window" keyboard shortcut #1544
Replies: 1 comment
-
Thanks!
Just wanted to clarify that the door isn't closed for feature requests. There is a high barrier to adding functionality into the UI since the app is intentionally slim, and there is a lot more leniency for adding features that are configured via Terminal command. There has also been functionality that has been added to the UI after having first been a Terminal command configuration. With that said, I do see this as a bit of functionality that I likely wouldn't put into the UI (although I appreciate the feedback that this is desired and I don't disregard feedback). Thanks for the time you've taken to communicate your workaround! |
Beta Was this translation helpful? Give feedback.
-
Problem
In Rectangle settings there is an option to assign a shortcut for maximizing the window, but not for minimizing it:
![image](https://private-user-images.githubusercontent.com/8446128/404527553-eb704529-8490-4563-a9ce-0abd3cacf94b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDUyNzQsIm5iZiI6MTczOTEwNDk3NCwicGF0aCI6Ii84NDQ2MTI4LzQwNDUyNzU1My1lYjcwNDUyOS04NDkwLTQ1NjMtYTljZS0wYWJkM2NhY2Y5NGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTI0MjU0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTQ4MmMxN2JmNmI3ZWEyNGNmNTQ4NzdhODIyNDA1NjBiZGVlMTI0NDljYzBjMDU0OWI0MzYzYjMzODgwYjIxMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.p6XeynypI0QG0gw351Rq8vMPAB5lQA7SM4dx6LtCdSk)
I wanted to configure the following shortcuts:
Command (Win) + Option (Alt) + Page Up
- maximizeCommand (Win) + Option (Alt) + Page Down
- minimizeWhile a feature to configure minimize window shortcut in Rectangle app would be ideal, I saw it is not accepting feature requests, so I needed a workaround.
Workaround
MacOS has an OS-level feature to minimize the window, available through
Command + M
.I was already using Karabiner-Elements app which allows remapping keyboard events, so I used it to make
Command (Win) + Option (Alt) + Page Down
shortcut be translated toCommand + M
.To achieve that go to Karabiner settings, choose "Complex modifications", then "Add your own rule" and use this:
Beta Was this translation helpful? Give feedback.
All reactions