Opsi lain adalah mengaktifkan pengaturan "Gunakan PC Style Home / End" di Karabiner (sebelumnya KeyRemap4MacBook):
Pengaturan ini didefinisikan dalam Resources / include / checkbox / for_pc_users.xml .
Anda juga dapat menyimpan file seperti ini sebagai ~/Library/Application Support/KeyRemap4MacBook/private.xml
:
<?xml version="1.0"?>
<root>
<appdef>
<appname>HOMEENDIGNORE</appname>
<equal>com.microsoft.Word</equal>
<equal>com.microsoft.Powerpoint</equal>
<equal>com.microsoft.Excel</equal>
<equal>com.vmware.fusion</equal>
<prefix>com.vmware.proxyApp.</prefix>
</appdef>
<item>
<name>homeend</name>
<identifier>homeend</identifier>
<not>HOMEENDIGNORE</not>
<autogen>__KeyToKey__ KeyCode::HOME, ModifierFlag::NONE, KeyCode::A, VK_CONTROL</autogen>
<autogen>__KeyToKey__ KeyCode::END, ModifierFlag::NONE, KeyCode::E, VK_CONTROL</autogen>
<autogen>__KeyToKey__ KeyCode::HOME, VK_SHIFT | ModifierFlag::NONE, KeyCode::A, VK_CONTROL | VK_SHIFT</autogen>
<autogen>__KeyToKey__ KeyCode::END, VK_SHIFT | ModifierFlag::NONE, KeyCode::E, VK_CONTROL | VK_SHIFT</autogen>
</item>
</root>
Kemudian buka aplikasi KeyRemap4MacBook, tekan tombol ReloadXML, dan aktifkan pengaturan. Lihat https://pqrs.org/macosx/keyremap4macbook/xml.html.en untuk informasi lebih lanjut.