Proposal: activation via single global hotkey #381
Replies: 1 comment 1 reply
-
Thanks for the idea! My preferred implementation of this concept is what I have implemented in Hookshot (https://hookshot.app). The concept there is holding one modifier key combination and moving the mouse cursor in a direction. Of course, this requires taking hands off the keyboard, but I find it to still be faster and more convenient for me. Toggling a "mode" would also require Rectangle (or Hookshot) to listen to all keystrokes. Right now it just registers your shortcuts with macOS and only keys off of them, and I like this better from a developer and user perspective. Just an opinion, but I have always found keyboard mode toggles annoying (accidentally having insert or caps lock active unknowingly). For keyboard-only improvements, Hookshot also allows you to configure the same state machine behavior as windows, where you can get a top left corner with mod + right then mod + up, etc. Additionally, it has the make-your-own shortcut tab where you can create custom shortcuts and their repeated actions. That way you can get whatever flow you want just repeating the same keyboard shortcut(s). Here's a post I wrote about the custom shortcut builder: https://medium.com/ryan-hanson/custom-window-dimension-shortcuts-in-macos-e7df347dfd24 |
Beta Was this translation helpful? Give feedback.
-
I'd love to have the possibility to activate Rectangle via a single hotkey. Window manipulation would then be carried out via simple keystrokes (for example, modifier-less arrow keys to move windows), until a key such as Escape is pressed to exit "Rectangle-mode".
The current command structure with dedicated shortcut keys for each function:
With only a single global hotkey, the possibility of conflicts would be greatly reduced. Commands would require fewer modifiers and thus be easier to type and to remember.
Beta Was this translation helpful? Give feedback.
All reactions