È possibile nascondere il dock su una base per applicazione?

5

C'è una o due app che mi piacerebbe eseguire a schermo intero sul mio Mac. Tuttavia, nascondere manualmente il dock e scoprirlo quando ho finito diventa noioso. So che ci deve essere un modo per ottenere un'applicazione per nascondere il dock quando è attivo, dato che iMovie 06 faceva esattamente questo. Penso anche che recentemente ho letto da qualche parte come si fa, ma la mia ricerca per l'articolo in particolare risulta vuota.

Come faccio a ottenere un'app per nascondere il dock quando è attivo?

    
posta Kyle Cronin 14.10.2009 - 07:01
fonte

2 risposte

9

Questo può essere fatto, ma non è possibile nascondere solo il dock per app.

nasconderà sia il Dock che la barra dei menu per app

Devi solo apportare una modifica rapida e semplice al file plist dell'applicazione. Consulta questo articolo da Mac OS X Suggerimenti:

To hack an app so that when it's active, the menubar and dock are hidden, you need to find its info.plist file. Control-click on the program in question, choose Show Package Contents from the pop-up menu, and then navigate into the Contents folder.

Once there, add the following to the file:

<key>LSUIPresentationMode</key>
<integer>4</integer>

Be sure that it goes in alphabetical order, otherwise it won't work (i.e. LSUIPresentationMode goes after LSMinimumSystemVersion but before NSAppleScriptEnabled). Save the file and enjoy.

Puoi cambiare il valore (nell'esempio, è 4) a 0 - 4. La documentazione di Apple ha ulteriori dettagli :

Value: 0

Normal mode. In this mode, all standard system UI elements are visible. This is the default value.

Value: 1

Content suppressed mode. In this mode, system UI elements in the content area of the screen are hidden. UI elements may show themselves automatically in response to mouse movements or other user activity. For example, the Dock may show itself when the mouse moves into the Dock’s auto-show region.

Value: 2

Content hidden mode. In this mode, system UI elements in the content area of the screen are hidden and do not automatically show themselves in response to mouse movements or user activity.

Value: 3

All hidden mode. In this mode, all UI elements are hidden, including the menu bar. Elements do not automatically show themselves in response to mouse movements or user activity.

Value: 4

All suppressed mode. In this mode, all UI elements are hidden, including the menu bar. UI elements may show themselves automatically in response to mouse movements or other user activity. This option is available only in Mac OS X 10.3 and later.

    
risposta data 14.10.2009 - 07:26
fonte
0

Questo è Yosemite? Puoi semplicemente fare clic sul pulsante verde nell'angolo in alto a sinistra che porta l'applicazione (la maggior parte sono supportati) a schermo intero su un desktop diverso. Spesso ho diverse app aperte (su diversi desktop) a schermo intero allo stesso tempo e ho il mouse con scorrimento orizzontale abilitato in modo che possa scorrere tra di loro con un semplice passaggio del mouse. Non è necessario iniziare a hackerare file plist con questo metodo.

    
risposta data 17.02.2015 - 00:44
fonte

Leggi altre domande sui tag