Ctrl + < not working with Guake

6,569

Solution 1

There is a workaround described here:

https://wiki.archlinux.org/index.php/Guake#.27Ctrl.27_Keybind_Problem

Solution 2

That happens because of a bug in new versions of Guake and there's a workaround for that in gnome that is described in the wiki, and it worked perfectly for me in Ubuntu 16.04:

Ctrl' keybind problem:

As of Guake 0.4.2-7 there has been a noted bug affecting multiple users concerning the use of the Ctrl key to toggle Guake window visibility (i.e. users that setup Ctrl+Shift+z to open the Guake console are able to open it by just pressing Shift+z, independent on whether Ctrl key has been pressed).

To solve the problem, you should manually fix the value of the DConf key /apps/guake/keybindings/global/show_hide. Open a gconf-editor, navigate to apps > guake > keybindings > global > show_hide and replace <Primary> with <Control>.

If you don't have gconf-editor installed (it's not installed by default in the newest versions of Ubuntu) you just need to install it by searching for it in the "Ubuntu Software Center" or in terminal using this command:

sudo apt install gconf-editor

Source: https://wiki.archlinux.org/index.php/Guake#.27Ctrl.27_Keybind_Problem

Edit: I know there's already an answer with the same link, but I've added a way to install gconf-editor and this way if the link dies, the workaround stays.

Solution 3

I have put this on their track as an issue: http://guake.org/ticket/454

In the meantime, I'd say you'll have to use some other shortcuts.

@edited by Postadelmaga: In the ticket page there is also a patch: I have downloaded 0.4.4 code and applied the patch and it work fine now

Share:
6,569

Related videos on Youtube

Rui Pedro Henriques
Author by

Rui Pedro Henriques

Updated on September 18, 2022

Comments

  • Rui Pedro Henriques
    Rui Pedro Henriques over 1 year

    I was using Ctrl+< as a shortcut to show Guake in 11.10. Now when I define the shortcut it recognizes the combination but when I try to use it it doesn't work. Instead, it recognizes < as being the shortcut.

    This is happening in more than one computer.

    Any ideas why?

    • Jakob
      Jakob almost 12 years
      This seems not to be a problem of Unity/Ubuntu but of Guake - as you can set Ctrl+< as shortcut for other applications - which work. But I can repeat and confirm what you described for Guake.
    • ibo.ezhe
      ibo.ezhe almost 12 years
      doesn't work for Gnome 3 as well
  • Arul
    Arul about 9 years
    That link is not working. 404
  • ibo.ezhe
    ibo.ezhe about 9 years
    yeah, 3 year passed. And Ubuntu 11.10 is not there anymore, is it?