Skip to content
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

Fix touchbar when not focus on the app #1

Open
johnvuko opened this issue Aug 7, 2017 · 6 comments
Open

Fix touchbar when not focus on the app #1

johnvuko opened this issue Aug 7, 2017 · 6 comments

Comments

@johnvuko
Copy link

johnvuko commented Aug 7, 2017

Hi,
maybe I don't know how to use the touchbar, but when I focus on another app, the items in the touchbar disappear, and of course I would like to have the price always displayed.
Is there anyway to do this?

Thanks.

@andrewrd
Copy link
Owner

andrewrd commented Aug 7, 2017

I've been looking into alternatives to this, the apple documentation states:
"On supported MacBook Pro models, the Touch Bar, above the keyboard, shows instances of the NSTouch​Bar class from the front-most app."

https://developer.apple.com/documentation/appkit/nstouchbar

An option I'm considering is when a button is pressed bringing the app into focus.

@johnvuko
Copy link
Author

johnvuko commented Aug 7, 2017

An option I'm considering is when a button is pressed bringing the app into focus.
But if the button is visible the app is already on focus, no?
I tough it may be a limitation from Apple, maybe you can do something like Spotify, there is a button in the control strip zone.

@andrewrd
Copy link
Owner

andrewrd commented Aug 7, 2017

I meant a keyboard button(or combination of) rather than a touchbar button to bring it into focus. Hmm I'll look into that, I didn't realise Spotify had a control strip button.

@johnvuko
Copy link
Author

johnvuko commented Aug 7, 2017

The button appear only when you listen a music, maybe it's only for player.

@thedon-chris
Copy link

There are other apps on the market that run in the "background"...

This app doesn't seem to offer that function at the moment, maybe creator can add this

@rykener
Copy link
Contributor

rykener commented Sep 24, 2017

This app is the only open source work that I've identified that can add new content to the touch bar when not in focus. This is not a feature that can currently be supported with Electron.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants