er2 commented almost 3 years ago
Background: I use a thinkpad where the function keys have multiple mappings based on whether or not Fn lock is on.
I'd like to map 2 different shortcuts to "Toggle Guake visibility" so that the F12 key opens guake regardless of the state of Fn lock.
| Pastafarianist commented over 2 years ago
I would like to configure Ctrl+Tab for next-tab and Ctrl+Shift+Tab for previous-tab in addition to the standard shortcuts so that shortcuts work in the same way as in a web browser.
Ctrl+Tab
next-tab
Ctrl+Shift+Tab
previous-tab
pabloab commented 12 months ago
There is no need of this feature. You can just create a custom shortcut on your desktop environment to the command guake --toggle-visibility.
guake --toggle-visibility
Join the discussion!
er2 commented almost 3 years ago
Background: I use a thinkpad where the function keys have multiple mappings based on whether or not Fn lock is on.
I'd like to map 2 different shortcuts to "Toggle Guake visibility" so that the F12 key opens guake regardless of the state of Fn lock.
| Pastafarianist commented over 2 years ago
I would like to configure
Ctrl+Tab
fornext-tab
andCtrl+Shift+Tab
forprevious-tab
in addition to the standard shortcuts so that shortcuts work in the same way as in a web browser.pabloab commented 12 months ago
There is no need of this feature. You can just create a custom shortcut on your desktop environment to the command
guake --toggle-visibility
.