-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grouped buttons #16
Comments
I think that is the same as the electron touchbar documentation |
I think so, but the result is just a list of single buttons (not grouped).
|
Yes, I think that the "group" as you mean is not supported by Electron Touchbar API |
Maybe you are looking for a Segmented Control? This function is currently not included in this package... |
Whoops! I meant the segment control, just to group a set of buttons. |
I will take a look at that but can not promise anything. What kind of functions do you want to do with them? @matteoferigo |
Yes I think so, I'm testing them all and it's seems to be the right one! |
@felixerdy it's could be cool to have an extra file to edit, with all the touchbar items instead the settings textarea. It could be more productive, and support syntax highlighting, linters etc.. Just a simple javascript module module.exports = [
// ...components
] |
@felixerdy I would like to group some buttons to get a quicker accessibility |
any news? |
Sorry, I still had no time to work on that. PRs are welcome! |
I created a PR to introduce touch bar segmented control |
See my PR #46 |
Hi, I saw that there is a type option named group, but I can't see any documentation about that.
How can I implement them?
Thanks
The text was updated successfully, but these errors were encountered: