0

I would like to cycle through open tabs in Guake the same way I do in Chromium or Firefox with Ctrl+Tab or Ctrl+Shift+Tab. But for some reason Guake Config won't let me.

If I go to "Guake Preferences" > "Keyboard Shortcuts" there are the two options:

  • Go to previous tab
  • Go to next tab

But the GUI won't let me assign Ctrl+Tab or Ctrl+Shift+Tab to them.

Rotareti
  • 559

1 Answers1

0

The developers of Guake have accepted this as a feature, but have not yet implemented it. https://github.com/Guake/guake/issues/152

Apparently there are some challenges since gtk doesn't allow the tab key to be used as an accelerator, but supposedly there are ways around that.

Nickolai
  • 101
  • 3