Wednesday 4 September 2024
Fix Macbook touchbar not working
To reset Touch Bar on MacBook Pro, you need to restart the Touch Bar and Control Strip by running these two commands in Terminal: 'sudo pkill TouchBarServer' and 'sudo killall ControlStrip'
Subscribe to:
Posts (Atom)
Fix Macbook touchbar not working
To reset Touch Bar on MacBook Pro, you need to restart the Touch Bar and Control Strip by running these two commands in Terminal: 'sudo...
-
Life is fast but I am slow :(
-
func functionName(){what to do} Muốn lấy giá trị nào đó từ button thì dùng sender. ví dụ: print(sender.blackgroundColor) Array: let ArrayNa...
-
To add a key-value pair to a blank dictionary # Create a blank dictionary my_dict = {} # Add a key-value pair my_dict[ "key" ] ...