นอกจากนี้ยังมีวิธีฟรีโดยไม่ต้องติดตั้งใด ๆ
เปิดการเข้าถึงในการตั้งค่าระบบของคุณและเลือกแสดง ตอนนี้คุณสามารถปรับขนาดตัวชี้เมาส์ตามขนาดที่คุณต้องการ
ทำในแบบของ Apple (โดยไม่ต้องมีแอพสามมิติ)
สร้างสคริปต์ดังต่อไปนี้ซึ่งจะสลับขนาดเคอร์เซอร์ของคุณ
ไปที่การตั้งค่าระบบ / การเข้าถึงสากลและตรวจสอบเปิดใช้งานการเข้าถึงสำหรับอุปกรณ์ช่วยเหลือซึ่งจะช่วยให้คุณใช้ AppleScript เพื่อสอบถามและควบคุมส่วนต่อประสานผู้ใช้ของแอปพลิเคชันส่วนใหญ่
ไปที่ / Applications / Utilities / AppleScript Editor แล้ววางรหัสนี้และบันทึกเป็น Application:
tell application "System Preferences"
reveal anchor "Seeing_Display" of pane id "com.apple.preference.universalaccess"
end tell
tell application "System Events"
set theSlider to slider "Cursor Size:" of group 1 of window 1 of application process "System Preferences"
set stash to value of theSlider
if value of theSlider is 1.0 then
set value of theSlider to 4.0
else
set value of theSlider to 1.0
end if
stash
end tell
แหล่งที่มา/apple//a/88276/46541
- แล้วมีวิธีแก้ไขปัญหาอื่น ๆ เช่น:
myPoint Light S 2.17 07 พฤษภาคม - 2015
Cursor locator ที่สามารถปรับแต่งได้สูง