También hay una forma absolutamente gratuita de hacer esto sin ninguna instalación.
Abra la Accesibilidad en su preferencia de sistema y seleccione Mostrar. Ahora puede escalar el puntero del mouse al tamaño que desee.
AlamaneradeApple(sinalgunasaplicacionesdeterceros)
Creaunasecuenciadecomandosdelasiguientemaneraquecambiaráeltamañodelcursor.
VayaaPreferenciasdelsistema/AccesouniversalymarqueHabilitaraccesoparadispositivosdeasistencia,estolepermitiráusarAppleScriptparaconsultarycontrolarlainterfazdeusuariodelamayoríadelasaplicaciones.
Vayaa/Aplicaciones/Utilidades/EditordeAppleScript,pegueestecódigoyguárdelocomoAplicación:
tellapplication"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
fuente enlace
- Luego hay otras soluciones como:
myPoint Light S 2.17 07 -Mayo-2015
Localizador de cursor que es altamente personalizable.