From 4f6598f0b8b33b9f349c35163eaf555404ddc58e Mon Sep 17 00:00:00 2001 From: Daniel Michaels <32674032+danielmichaels@users.noreply.github.com> Date: Thu, 14 Feb 2019 21:45:54 +1100 Subject: [PATCH] guake: add page (#2777) --- pages/linux/guake.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/linux/guake.md diff --git a/pages/linux/guake.md b/pages/linux/guake.md new file mode 100644 index 0000000000..845815a700 --- /dev/null +++ b/pages/linux/guake.md @@ -0,0 +1,27 @@ +# guake + +> A drop-down terminal for GNOME. + +- Toggle Guake visiblity: + +`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: + +`Shift+Ctrl+L`