mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 20:42:39 +00:00
34 lines
441 B
Plaintext
34 lines
441 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# guake
|
|
|
|
> A drop-down terminal for GNOME.
|
|
> More information: <https://github.com/Guake/guake>.
|
|
|
|
- Toggle Guake visibility:
|
|
|
|
`<F12>`
|
|
|
|
- Toggle fullscreen mode:
|
|
|
|
`<F11>`
|
|
|
|
- Open a new tab:
|
|
|
|
`<Ctrl Shift t>`
|
|
|
|
- Close the terminal:
|
|
|
|
`<Super x>`
|
|
|
|
- Go to the previous tab:
|
|
|
|
`<Ctrl PageUp>`
|
|
|
|
- Search the selected text in the browser:
|
|
|
|
`<Ctrl Shift l>`
|