Puoi utilizzare un private.xml come questo con KeyRemap4MacBook:
<?xml version="1.0"?>
<root>
<item>
<name>custom</name>
<identifier>custom</identifier>
<autogen>__DoublePressModifier__ KeyCode::OPTION_L, KeyCode::OPTION_L,
KeyCode::EXPOSE_ALL</autogen>
</item>
</root>
È inoltre possibile assegnare diverse funzioni alla pressione e alla pressione di un tasto. Ciò renderebbe premendo il comando giusto aprire Safari:
<?xml version="1.0"?>
<root>
<vkopenurldef>
<name>KeyCode::VK_OPEN_URL_SAFARI</name>
<url>file:///Applications/Safari.app</url>
</vkopenurldef>
<item>
<name>custom</name>
<identifier>custom</identifier>
<autogen>__KeyOverlaidModifier__ KeyCode::COMMAND_R, KeyCode::COMMAND_R,
KeyCode::VK_OPEN_URL_SAFARI</autogen>
</item>
</root>