Skip to main content
replaced http://apple.stackexchange.com/ with https://apple.stackexchange.com/
Source Link

There is also a absolutely free way to do this without any installations.

Open the Accessibility in your system preference and select Display. Now you can scale the mouse pointer to the size you like.

mouse

Doing it the Apple way (without some 3d party apps)

Create a script as follows that will toggle your cursor size.

Go to System Preferences / Universal Access and check Enable access for assistive devices, this will let you use AppleScript to query and control the user interface of most Applications.

Go to /Applications / Utilities / AppleScript Editor and paste this code and save it as 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 

source http://apple.stackexchange.com/a/88276/46541https://apple.stackexchange.com/a/88276/46541

  • Then there are other solutions like:

myPoint Light S 2.17 07-May-2015

Cursor locator that is highly customizable.

cursor

There is also a absolutely free way to do this without any installations.

Open the Accessibility in your system preference and select Display. Now you can scale the mouse pointer to the size you like.

mouse

Doing it the Apple way (without some 3d party apps)

Create a script as follows that will toggle your cursor size.

Go to System Preferences / Universal Access and check Enable access for assistive devices, this will let you use AppleScript to query and control the user interface of most Applications.

Go to /Applications / Utilities / AppleScript Editor and paste this code and save it as 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 

source http://apple.stackexchange.com/a/88276/46541

  • Then there are other solutions like:

myPoint Light S 2.17 07-May-2015

Cursor locator that is highly customizable.

cursor

There is also a absolutely free way to do this without any installations.

Open the Accessibility in your system preference and select Display. Now you can scale the mouse pointer to the size you like.

mouse

Doing it the Apple way (without some 3d party apps)

Create a script as follows that will toggle your cursor size.

Go to System Preferences / Universal Access and check Enable access for assistive devices, this will let you use AppleScript to query and control the user interface of most Applications.

Go to /Applications / Utilities / AppleScript Editor and paste this code and save it as 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 

source https://apple.stackexchange.com/a/88276/46541

  • Then there are other solutions like:

myPoint Light S 2.17 07-May-2015

Cursor locator that is highly customizable.

cursor

added 279 characters in body
Source Link
Ruskes
  • 48.7k
  • 8
  • 71
  • 153

There is also a absolutely free way to do this without any installations.

Open the Accessibility in your system preference and select Display. Now you can scale the mouse pointer to the size you like.

mouse

Doing it the Apple way (without some 3d party apps)

Create a script as follows that will toggle your cursor size.

Go to System Preferences / Universal Access and check Enable access for assistive devices, this will let you use AppleScript to query and control the user interface of most Applications.

Go to /Applications / Utilities / AppleScript Editor and paste this code and save it as 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 

source http://apple.stackexchange.com/a/88276/46541

  • Then there are other solutions like:

myPoint Light S 2.17 07-May-2015

Cursor locator that is highly customizable.

cursor

There is also a absolutely free way to do this without any installations.

Open the Accessibility in your system preference and select Display. Now you can scale the mouse pointer to the size you like.

mouse

Doing it the Apple way (without some 3d party apps)

Create a script as follows that will toggle your cursor size.

Go to System Preferences / Universal Access and check Enable access for assistive devices, this will let you use AppleScript to query and control the user interface of most Applications.

Go to /Applications / Utilities / AppleScript Editor and paste this code and save it as 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 

source http://apple.stackexchange.com/a/88276/46541

There is also a absolutely free way to do this without any installations.

Open the Accessibility in your system preference and select Display. Now you can scale the mouse pointer to the size you like.

mouse

Doing it the Apple way (without some 3d party apps)

Create a script as follows that will toggle your cursor size.

Go to System Preferences / Universal Access and check Enable access for assistive devices, this will let you use AppleScript to query and control the user interface of most Applications.

Go to /Applications / Utilities / AppleScript Editor and paste this code and save it as 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 

source http://apple.stackexchange.com/a/88276/46541

  • Then there are other solutions like:

myPoint Light S 2.17 07-May-2015

Cursor locator that is highly customizable.

cursor

added 998 characters in body
Source Link
Ruskes
  • 48.7k
  • 8
  • 71
  • 153

There is also a absolutely free way to do this without any installations.

Open the Accessibility in your system preference and select Display. Now you can scale the mouse pointer to the size you like.

mouse

Doing it the Apple way (without some 3d party apps)

Create a script as follows that will toggle your cursor size.

Go to System Preferences / Universal Access and check Enable access for assistive devices, this will let you use AppleScript to query and control the user interface of most Applications.

Go to /Applications / Utilities / AppleScript Editor and paste this code and save it as 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 

source http://apple.stackexchange.com/a/88276/46541

There is also a absolutely free way to do this without any installations.

Open the Accessibility in your system preference and select Display. Now you can scale the mouse pointer to the size you like.

mouse

There is also a absolutely free way to do this without any installations.

Open the Accessibility in your system preference and select Display. Now you can scale the mouse pointer to the size you like.

mouse

Doing it the Apple way (without some 3d party apps)

Create a script as follows that will toggle your cursor size.

Go to System Preferences / Universal Access and check Enable access for assistive devices, this will let you use AppleScript to query and control the user interface of most Applications.

Go to /Applications / Utilities / AppleScript Editor and paste this code and save it as 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 

source http://apple.stackexchange.com/a/88276/46541

Source Link
Ruskes
  • 48.7k
  • 8
  • 71
  • 153
Loading