2

On Windows it is possible to enable revealing the mouse pointer position by pressing the CTRL key.

Is this possible in Gnome? There doesn't seem to be a setting, unless it's hidden somewhere.

muru
  • 197,895
  • 55
  • 485
  • 740
To Do
  • 15,502

2 Answers2

8

I don't expect this to win "best answer", but there's always the old "xeyes" method.

Placing one at each top corner even lets you triangulate the position.

two sets of animated eyes looking at the cursor

7

What you want is hidden in the CompizConfig Settings Manager (CCSM) Accessibility settings.

sudo apt install compizconfig-settings-manager 

and then:

  • Open CCSM
  • Navigate to Accessibility
  • Click the checkbox before Show mouse
  • Click on Show mouse
  • Click on the first button after Initiate
  • Press a key combination!
    (Ctrl by itself will not work: I have it set to Super+K: the "Windows key" + "K")
  • Click OK
  • Now press the key combination you just took

and it'll show you a flaming whirlwind of stars around your cursor impossible to miss:

enter image description here

:-)

Fabby
  • 34,259