Replies: 3 comments 2 replies
|
I am sceptical about this one. The toolbar is per-window while custom commands are app-global, so what an untargeted the cost is that a custom control and its state become a permanent feature to maintain, and the rough syntax needs a keymap change, since the format has no flags today. on today so, two questions. What is the workflow, concretely, and where does its state live? And is showing the state essential, or would a button that only runs the command still be useful? I need to understand the workflow before I can decide whether this belongs in agterm. |
|
not doing this one, and it's a product call rather than a cost one. a direct button would be quicker than what exists today, I'm not disputing that. But custom toolbar elements are an IDE idea, and agterm is keyboard-first. The toolbar is a small set of app-owned controls, and once one of them can come from on the recall part: ⌃⇧O lists every custom command with its assigned shortcut, and Navigate ▸ Custom Commands opens the same list by mouse, without remembering a shortcut. It still costs you a selection, so it's no replacement for a pinned button. It does cover not knowing which chord is which. the icon question is moot now. |
|
went a different way on this. Custom toolbar buttons from this covers your list: your existing Finder, flagged-dashboard and cheat-sheet commands are one click plus one pick each, and the fourth, a mouse form of the command list, is the button itself. |
Uh oh!
There was an error while loading. Please reload this page.
It would be great to be able to add a custom button to the right-hand toolbar cluster and bind a custom command from
keymap.confto it.The second part is the real point: the button should be able to act as an indicator. A script changes its look (filled / outlined icon, or just a different symbol), so the same button both shows a state and toggles it on click. Exactly like the flag at the bottom of the sidebar or the split button in the toolbar: filled when on, outlined when off.
Roughly:
Without
--toolbarnothing changes; the button only appears for those who explicitly ask for it.All reactions