Replies: 26 comments 25 replies
-
Wow! Love that! |
Beta Was this translation helpful? Give feedback.
-
I'll look into it. It's a primary key issue since 'cmd' is the primary key so it doesn't allow duplicates. I dealt with this a few days ago on a similar issue, i'll look into it Other thing to keep in mind is that they're executed top to bottom, so you might have to order the list. Maybe I should make it so adding items are appended instead of prepended. |
Beta Was this translation helpful? Give feedback.
-
Thanks for looking into it! From top to bottom, yes. |
Beta Was this translation helpful? Give feedback.
-
Ok next version will fix this. Turns out you don't need a second Enter. The synthetic Enter was triggering a Also combos will be able to add duplicate commands since I fixed the primary key issue. And now list items are appended. These new settings might be useful: These will be in Also this one: |
Beta Was this translation helpful? Give feedback.
-
Thank you! All of your changes work flawlessly in my combos. It's truly a pleasure to bite into these combo burgers. And thank you also for the new settings "tab close pins" and "tab close unloaded" - I've naturally activated both of them right away. |
Beta Was this translation helpful? Give feedback.
-
I have another small problem 😁 |
Beta Was this translation helpful? Give feedback.
-
Good timing, I was about to upload new version. I'm taking a look. |
Beta Was this translation helpful? Give feedback.
-
I don't think that's possible. I tried dispatching the event on the input directly too:
Is the intended action to place the caret at the start of the title? This could be fixed through a setting Right now it auto highlights the text if |
Beta Was this translation helpful? Give feedback.
-
Well the highlight behavior is the default since you requested it if I remember correctly. I can change the default of how this works. Fill the title but instead of highlighting put caret at start. Though highlighting might be more flexible since you can press left arrow or right arrow. |
Beta Was this translation helpful? Give feedback.
-
I'm changing that default but added a setting for highlight which can be enabled to restore old behavior. Actually I'm gonna add this to General: |
Beta Was this translation helpful? Give feedback.
-
Yeah I don't think that's possible yet |
Beta Was this translation helpful? Give feedback.
-
It would be very convenient if a user could rename combos. Especially when many commands are to be executed in sequence, one wants to be absolutely sure with a proper naming of the combos before executing them. Also, because it would make the menus containing these combos easier to read. I think if colors can be named, it should also be possible with combos. What do you think about that? |
Beta Was this translation helpful? Give feedback.
-
Also added a shortcut when you click Save on an addlist. If you hold Shift or Ctrl when clicking, it will reverse the insert method. For instance instead of appending to the bottom of the list, it will prepend it. |
Beta Was this translation helpful? Give feedback.
-
I'm thinking now if these should be created dynamically in infinite number. However there's no addlist within addlist ability right now. |
Beta Was this translation helpful? Give feedback.
-
An option is to create an addlist where combos can be created but with a fixed number of possible commands, like 5 commands. Do you think more than 5 commands might be needed in a combo? I would also add a delay option per combo. I like that idea because Combos are basically command factories with 1 or more commands. |
Beta Was this translation helpful? Give feedback.
-
It would look like this: |
Beta Was this translation helpful? Give feedback.
-
Well, I like this idea of the infinite list of factory combos 😁 |
Beta Was this translation helpful? Give feedback.
-
I'll leave it as it was then. But with names and icons. |
Beta Was this translation helpful? Give feedback.
-
Ok new version up. |
Beta Was this translation helpful? Give feedback.
-
Take note of current combos because I am gonna change it to the addlist mode. They'll be in |
Beta Was this translation helpful? Give feedback.
-
I'm enhancing addlist command widgets so they can be re-ordered by drag and dropping. Also I'm making the ability to compose combos inside other combos, which wait until the combo item finishes before running the next item. |
Beta Was this translation helpful? Give feedback.
-
I guess there is a little problem with combos, I'd be cool if you could look into it: Small other problem but below also a combo relation: |
Beta Was this translation helpful? Give feedback.
-
#1 is confusing. Active means the current focused/open tab btw. So I guess you mean selected tab, but that could be anything, not sure I see a problem here. #2 I'm not seeing the filter load problem, when I click press a tab I see it being included in the filter. Maybe the tab is unloaded in your case? (Oh you mean is not selected I see). I'll check if those 2 command additions make sense. I'm gonna add left click command but I don't know if it's gonna help. What I'm gonna do is keep selected item on filters, through a setting, default true I guess. So you could select the item first and then do the filter loaded and it will keep the item selected. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Next version will have this:
You can define 10 combos. Each combo is a list of commands:
They appear in the palette:
And they can be assigned like normal commands:
Beta Was this translation helpful? Give feedback.
All reactions