14

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?

N.N.
  • 18,589

3 Answers3

9

Please note first that changing to the left click isn't practical and may conflict with another key binding, like the menus.

But you can use ccsm to initiate another key for showing the mouse location:

If you don't have ccsm: Install From Here

You also need the package compiz-plugins-extra. You can find it in the Ubuntu Software Center.

Go to CompizConfig Settings Manager > Accessibly > Show Mouse:

  • Under Use This Plugin left menu: check Enable Show mouse.
  • Change the mouse Initiate key binding as below.

CompizConfig Settings Manager

To determine the meaning of Compiz button numbers, check this answer.

  • Button 1 is generally the Left click
  • Button 2 is generally the Middle or Right click

To take effect, you might need to "restart" Compiz:

compiz --replace &
Binarylife
  • 16,662
8

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.

dAnjou
  • 2,055
0

AFAIK there is no way to do this using the mouse options perhaps you will have to find some other.

N.N.
  • 18,589