Vorrei fare in modo che il tasto F8 sul mio MacBook Pro funzioni come un tasto F8, non come tasto Play / Pausa, senza dover premere fn
sullo stesso pulsante.
Come faccio a configurare Mac OS X (Mavericks) affinché funzioni in questo modo?
Questa funzione può essere impostata andando in Preferenze di Sistema → Tastiera → Tastiera e abilitando Usa tutti i tasti F1, F2, ecc. come tasti funzione standard.
Puoi utilizzare FunctionFlip che può "capovolgere" determinati tasti funzione invece di cambiare tutte le chiavi .
FunctionFlip individually controls your MacBook or MacBook Pro's function keys, turning special keys back to regular F-keys, or vice-versa.
FunctionFlip'spurposeissimplytodisablethespecialfeatures—rewind,play,mute,etc.—onthefunctionkeys.Forexample,ifyou"flip" F7, F8, and F9, those keys — only those keys — will revert back to normal F keys. Press the fn key with the special key to get the special function back. That is, the "special" and "normal" functions are flipped.
Puoi anche utilizzare KeyRemap4MacBook con un private.xml come questo:
<?xml version="1.0"?>
<root>
<item>
<name>F8 as Function</name>
<identifier>F8asFunction</identifier>
<autogen>__KeyToKey__ KeyCode::VK_CONSUMERKEY_MUSIC_PLAY, KeyCode::F8</autogen>
<autogen>__KeyToKey__ KeyCode::F4, KeyCode::VK_CONSUMERKEY_MUSIC_PLAY</autogen>
</item>
</root>