Ubuntu – How to change keyboard shortcut of “Show location of pointer”

configurationcursorgnomegnome-tweak-toolshortcut-keys

I am running Ubuntu GNOME 15.10 with GNOME 3.18 and in the gnome-tweak-tool there is an option called Show location of pointer, which upon clicking CTRL makes a little circle thing come off like a ripple from the mouse pointer in order to show its location. Now this is all very useful and that, but I would find it more useful if I could reassign this useful feature to another keyboard shortcut, can this be done?

Best Answer

Unfortunately, you'll have to compile your own version of the Gnome settings deamon to accomplish this: the key value is hard-coded in gsd-locate-pointer.c.

Alternatively, you could map an unused key or key combination to xdotool key 'Control_R'.