Improve Todo mode #1606
SuperLeiyan
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Never done Swift before, put together a quick hack that seems to mostly do what I want, although wasn't able to get notification working for window restore. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Todo mode is a wonderful addition but I think it's currently cumbersome to use, let me explain:
I personally use Rectangle together with Jitouch, so I basically bind Jitouch gestures to Rectangle shortcuts, which makes window management a breeze without having to fiddle with UI or manually pressing keyboard shortcuts, and I recently discovered Todo mode, but I realise there isn't a way to assign a shortcut for "Make xx as Todo App", so I'm forced to use the menubar icon.
Since there is always ever going to be one Todo App, why not combine "Enable Todo Mode", "Make xx as Todo App" and "Reflow Todo" all into one "Toggle Focused App as Todo App" and allow us assign a shortcut to it? That way you can easily jump in and out of Todo mode, reassign Todo app and reflow Todo all with a single shortcut.
Behaviour of "Toggle Focused App as Todo App" under different scenarios:
1. If there is no Todo app:
Mark focused app as Todo app
Enable Todo mode (Should post notification and RecordAction for window restore)
Snap Todo app in place
(Optional) Set to ignore other WindowActions, or toggle off Todo mode on recieving other WindowActions
2. If there is a Todo app, and Todo app is focused:
Clear Todo app
Disable Todo mode
Restore Window size and position
3. If there is a Todo app, and Todo app is NOT focused:
Reflow Todo
Beta Was this translation helpful? Give feedback.
All reactions