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>
키 코드 값 과 사전 정의 된 설정에 대해서는 소스를 참조하십시오 .