Disabilita il messaggio "Connessione persa" quando la tastiera Bluetooth non rientra nell'intervallo

4

Ho una tastiera Apple Bluetooth collegata al mio Macbook Pro a metà del 2014. A volte uso il computer sulle mie ginocchia, in una stanza che si trova proprio sulla soglia della connettività. Ogni pochi minuti ricevo un messaggio "Connessione persa", quindi "Connesso", spuntando nel mezzo dello schermo. A volte capita così spesso che in realtà è difficile fare il lavoro perché il centro dello schermo è oscurato così tanto.

C'è un modo per disabilitare questo messaggio? Disattivare completamente il Bluetooth è un po 'fastidioso. Tutto funziona esattamente come mi aspetterei, semplicemente non voglio la notifica.

    
posta Steve Bennett 12.11.2017 - 06:42
fonte

2 risposte

2

Puoi farlo disabilitando l'interfaccia utente Bezel, ecco le istruzioni su come farlo da una risposta da un'altra domanda relativo a questo:

To turn off bezels for this user until next login: launchctl unload -F /System/Library/LaunchAgents/com.apple.BezelUI.plist To undo, change unload to load, or just log out and back in.

For macOS 10.12 Sierra: Disable System Integrity protection, then: launchctl unload -F /System/Library/LaunchAgents/com.apple.OSDUIHelper.plist Don't forget to enable System Integrity protection when you're done.


To turn off bezels indefinitely for this user: launchctl unload -wF /System/Library/LaunchAgents/com.apple.BezelUI.plist

For macOS 10.12 Sierra: Disable System Integrity protection, then:
launchctl unload -wF /System/Library/LaunchAgents/com.apple.OSDUIHelper.plist You can now enable System Integrity protection again -- your settings will persist.

To undo, change unload to load.


To turn off bezels indefinitely for all users: sudo defaults write /System/Library/LaunchAgents/com.apple.BezelUI Disabled -bool YES

For macOS 10.11 Sierra: Disable System Integrity protection before doing the above.

To undo, change YES to NO, or: sudo defaults delete /System/Library/LaunchAgents/com.apple.BezelUI Disabled

For macOS 10.12 Sierra: Disable System Integrity protection, then: sudo defaults write /System/Library/LaunchAgents/com.apple.OSDUIHelper Disabled -bool YES You can now enable System Integrity protection again -- your settings will persist.

To undo, change YES to NO, or: sudo defaults delete /System/Library/LaunchAgents/com.apple.OSDUIHelper Disabled

Users can override this global setting using the two methods above.


More info: launchctl is the command-line interface to launchd, the program that manages services and jobs on Mac OS.

  • To reverse any of the above actions, just change unload to load.
  • -w means write preference to disk so that it will be used for subsequent logins
  • -F means force un/load regardless of the global Disabled key

You can read more about it in man launchctl.

    
risposta data 14.01.2019 - 14:12
fonte
1

Spegni la tastiera prima di allontanarti.

    
risposta data 11.06.2018 - 01:58
fonte

Leggi altre domande sui tag