0 votes

Comment remapper quelques touches pour chrome/google docs ?

J'utilise Cmd-Option-1 Cmd-Option-5 pour aller sur différents bureaux, sur Moutain Lion.

Outre la modification de mes valeurs par défaut globales, comment pourrais-je activer les raccourcis google doc pour Cmd-Option- pour définir un style de paragraphe ?

Je veux une sorte de programme qui prenne Ctrl-Option- dans chrome et envoie Cmd-Option-num à chrome (et ne change pas de bureau).

1voto

La seule option à laquelle je pense serait de changer les raccourcis par défaut en quelque chose comme +numéros et de sauvegarder ceci en tant que privé.xml dans KeyRemap4MacBook.

<?xml version="1.0"?>
<root>
<item>
<name>test</name>
<identifier>private.test</identifier>
<autogen>--KeyToKey-- KeyCode::KEY_1, VK_OPTION | VK_COMMAND, KeyCode::KEY_1, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_2, VK_OPTION | VK_COMMAND, KeyCode::KEY_2, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_3, VK_OPTION | VK_COMMAND, KeyCode::KEY_3, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_4, VK_OPTION | VK_COMMAND, KeyCode::KEY_4, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_5, VK_OPTION | VK_COMMAND, KeyCode::KEY_5, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_6, VK_OPTION | VK_COMMAND, KeyCode::KEY_6, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_7, VK_OPTION | VK_COMMAND, KeyCode::KEY_7, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_8, VK_OPTION | VK_COMMAND, KeyCode::KEY_8, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_9, VK_OPTION | VK_COMMAND, KeyCode::KEY_9, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_0, VK_OPTION | VK_COMMAND, KeyCode::KEY_0, VK_CONTROL | VK_OPTION | VK_SHIFT | VK_COMMAND</autogen>
</item>
<item>
<name>test2</name>
<identifier>private.test2</identifier>
<only>GOOGLE_CHROME</only>
<autogen>--KeyToKey-- KeyCode::KEY_1, VK_CONTROL | VK_OPTION, KeyCode::KEY_1, VK_OPTION | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_2, VK_CONTROL | VK_OPTION, KeyCode::KEY_2, VK_OPTION | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_3, VK_CONTROL | VK_OPTION, KeyCode::KEY_3, VK_OPTION | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_4, VK_CONTROL | VK_OPTION, KeyCode::KEY_4, VK_OPTION | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_5, VK_CONTROL | VK_OPTION, KeyCode::KEY_5, VK_OPTION | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_6, VK_CONTROL | VK_OPTION, KeyCode::KEY_6, VK_OPTION | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_7, VK_CONTROL | VK_OPTION, KeyCode::KEY_7, VK_OPTION | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_8, VK_CONTROL | VK_OPTION, KeyCode::KEY_8, VK_OPTION | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_9, VK_CONTROL | VK_OPTION, KeyCode::KEY_9, VK_OPTION | VK_COMMAND</autogen>
<autogen>--KeyToKey-- KeyCode::KEY_0, VK_CONTROL | VK_OPTION, KeyCode::KEY_0, VK_OPTION | VK_COMMAND</autogen>
</item>
</root>

Voir la source pour le constantes de code clé y paramètres prédéfinis .

LesApples.com

LesApples est une communauté de Apple où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres utilisateurs d'appareils Apple, poser vos propres questions ou résoudre celles des autres.

Powered by:

X