Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Is it possible to disable keyboard shortcut overlay in Ubuntu 12.04?

share|improve this question
One reason to disable this, or to delay the appearance of the shortcut key overlay, is that it interferes with taking screen captures with the easy screen capture function normally launched by <Super>Button 1. The hints in the overlay appear in the screen capture, which is usually not what you want. – user79495 Jul 26 '12 at 18:16
I'm not using 12.10 but as far as I know this option has not been removed. You can try reseting your compiz/unity settings with $ compiz.reset, logout and login then execute $ dconf write /org/compiz/profiles/unity/plugins/unityshell/shortcut-overlay false. – Jesse Apr 4 at 2:13

2 Answers

up vote 11 down vote accepted

For Ubuntu 12.04 and below:

The keyboard shortcut overlay is controlled by an option in the compiz unity plugin.

enter image description here

In the experimental tab of ccsm you can untick the option shown.

Remember the use of CCSM is strongly discouraged - you can achieve the same via gconf-editor

enter image description here

untick the option shown in the path /apps/compiz-1/plugins/unityshell/screen0/options/shortcut_overlay

share|improve this answer
3  
On my fresh 12.10 install, /apps/compiz-1/plugins/unityshell is not present. – Bart van Heukelom Nov 14 '12 at 19:59
Why is using gconf-editor preferred over using ccsm ? – Kristopher Ives Jan 22 at 22:41
1  
@KristopherIves - this Q&A will explain your question: askubuntu.com/questions/80589/… – fossfreedom Jan 22 at 23:16

For Ubuntu 12.10:

You can disable this behavior following this steps:

  1. Install Ubuntu Tweak Install-It
  2. Open the label Tweaks and choice Unity

    screenshoot

  3. Now you have to look at the second option called Shortcuts hints overlay

    screenshoot2

  4. Now click at the box to turn this feature off, so this remains as this:

    screenshoot3

share|improve this answer
Out of curiosity, how would this be done on the command line? – Kupiakos Apr 11 at 20:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.