คุณสามารถใช้KeyRemap4MacBook
เลื่อนโดยเลื่อนตัวชี้ในขณะที่กดปุ่มรองค้างไว้:
<autogen>__PointingRelativeToScroll__ PointingButton::RIGHT</autogen>
เลื่อนโดยเลื่อนตัวชี้ขณะถือ F1:
<autogen>__KeyToKey__ KeyCode::F1, KeyCode::VK_MODIFIER_EXTRA1</autogen>
<autogen>__PointingRelativeToScroll__ PointingButton::NONE, ModifierFlag::EXTRA1</autogen>
เลื่อนด้วย F1 และ F2:
<autogen>__KeyToKey__ KeyCode::F1, KeyCode::VK_MOUSEKEY_SCROLL_UP</autogen>
<autogen>__KeyToKey__ KeyCode::F2, KeyCode::VK_MOUSEKEY_SCROLL_DOWN</autogen>
เลื่อนโดยเลื่อนตัวชี้ในขณะที่กดปุ่มหลักและรอง:
<autogen>__SimultaneousKeyPresses__ PointingButton::LEFT, PointingButton::RIGHT,
KeyCode::VK_CONFIG_SYNC_KEYDOWNUP_notsave_pointing_relative_to_scroll</autogen>
ดูแหล่งที่มาสำหรับค่ารหัสที่สำคัญและการตั้งค่าที่กำหนดไว้ล่วงหน้า