Questions tagged [macbookpro-touch-bar]

This tag should be used for programming questions related to modern MacBook Pros' 'Touch Bar', a wide multitouch screen above the keyboard, designed for accessing global and application-specific functions.

96 questions
18
votes
4 answers

JetBrains products not showing FN keys on touchbar

I have a Macbook with touchbar and wanted to set touchbar to always show FN keys for JetBrains apps. I have done it in preferences, same as for other apps. FN keys shows as default in those apps when they are in focus but not in the JetBrains apps.
Saša Šijak
  • 8,717
  • 5
  • 47
  • 82
17
votes
5 answers

gobject-2.0-0 not able to load on macbook

I am facing this error when I start my flask application on Python3 and Mac OS: OSError: cannot load library 'gobject-2.0-0': dlopen(gobject-2.0-0, 2): image not found. Additionally, ctypes.util.find_library() did not manage to locate a library…
16
votes
2 answers

How get an item in control center of Touch Bar on the right?

The app TouchSwitcher add item beside lightscreen and volume items : https://hazeover.com/touchswitcher.html Is there a solution to display an item into the control strip on the right region of touch bar ? I can't find any help in official…
MattOZ
  • 313
  • 3
  • 7
14
votes
2 answers

Is there programable access to the Control Strip of the macOS Touch Bar?

The Control Strip is the static and global part of the macOS Touch Bar which is always visible in every context and app. While Apple provides full documentation about how to use the API to provide a contextual App Region in your macOS app, I…
miho
  • 11,765
  • 7
  • 42
  • 85
10
votes
3 answers

Touch Bar icons not showing for Android Studio after update

I'm using a MacBook for the first time. I had Android Studio 4.0 or 4.1 (I think) installed. It used to show me all the icons in the Touch Bar like the green run icon and the debug icons so I could use them directly from there. Even when in debug…
Devenom
  • 915
  • 1
  • 9
  • 20
9
votes
1 answer

Remove preconfigured VSCode buttons on touch bar

I'm trying to remove some buttons on the touch bar when using VSCode. (In my case, I'd like to keep the previous/next file buttons but to remove debugger ones.) I saw on VSCode settings that I can remove buttons one by one: "Keyboard › Touchbar:…
9
votes
2 answers

Create java applications with MacBook Pro touchbar support?

as the tile describe, I would love to have the ability to add some cool touchbar buttons to my java application for MacBook Pro 2016 users.. I've not seen yet if there is a way to implement it in java yet. Anyone got some knowledge on that?
Christian Moen
  • 1,253
  • 2
  • 17
  • 31
9
votes
3 answers

macOS Touch Bar Icons Location

New MacBook Pro's with Touch Bar, in macOS Sierra, icons for the system control strip, where would they be located? I looked under HD/System/Library/CoreServices, not there.....
Gizmodo
  • 3,151
  • 7
  • 45
  • 92
8
votes
2 answers

macCatalyst/ SwiftUI Touch Bar

how could I add Touch Bar Support in Catalyst- Apps written in SwiftUI? For Example, if I want to display a Button in a View: import SwiftUI struct ContentView: View { var body: some View { VStack{ #if…
TS251
  • 353
  • 4
  • 10
8
votes
1 answer

Can Chrome extension or apps communicate with macbook touchbar?

I was wondering if chrome extensions or chrome app, can they communicate with the new macbook pro touchbar? I was thinking to bring in the same capabilities to touch bar (in the case of chrome) which are there in the safari. As in when you play a…
7
votes
5 answers

How to Security > Privacy settings for a "Watch Me Do" QuickAction in Automator

I'm using Mac OS X 11.0.1 Big Sur I used Automator to create a "Watch me do" QuickAction. I've saved it (is seems to save in ~/Library/Services by default), and exported it to iCloudDrive/Automator. I can run this script to completion successfully…
torpedo51
  • 182
  • 2
  • 13
7
votes
1 answer

Form input events for Macbook touch bar

Are there any events that trigger on form elements when a user enters input via the MacBook Touch Bar? Here is a trivial example: (function($) { $('#textarea') .on('keyup', function() { …
7
votes
1 answer

Touchbar support in python

Is there a library yet that supports using the touchbar in python? Any bindings, or a way to for example call some C functions that alter things on the touchbar?
Hans
  • 2,354
  • 3
  • 25
  • 35
6
votes
2 answers

Apple Touch Bar keys not firing keypress event

Is there another event I can listen for when I want to listen for an Apple Touch Bar keypress? Specifically, I would like to listen for the Escape keypress event. My code is working on "regular" keyboards, with actual escape keys, but not with the…
6
votes
2 answers

Android Studio freezes very often

My Android Studio freezes at least 2 times per day sometimes, even more than dozen times. I use Android Studio 3.2 Beta 5, but it used to happen also on stable 3.1. About my mac Model Name: MacBook Pro Model Identifier: MacBookPro13,2 …
jakub
  • 3,576
  • 3
  • 29
  • 55
1
2 3 4 5 6 7