Ubuntu – How to show mouse pointer location using a mouse click

mouse

I want to record my screen, and clearly show what is being clicked. You can configure the mouse to show the location when CTRL key is clicked. I want exactly that kind of behaviour, but only when the left mouse button is clicked instead of CTRL key.

Is there a way to configure this?

Best Answer

Have a look at this handy tool: Key-Mon

If this is too small or not visible enough and you are not a programmer, ask the author or someone else to change the code here: http://code.google.com/p/key-mon/source/browse/src/keymon/lazy_pixbuf_creator.py

In this similar question there is an explanation about how to modify the image displayed when you click.

Related Question