From 6b1bec6550450b0758713a98b52957d7797961ae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 10 Sep 2018 07:57:33 +0530 Subject: [PATCH] Add a FAQ entry about global hotkey access to kitty --- docs/faq.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 100493fd4..71e59c268 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -113,3 +113,12 @@ your font is not listed in ``kitty list-fonts`` it means that it is not monospace. On Linux you can list all monospace fonts with:: fc-list : family spacing | grep spacing=100 + + +How can I assign a single global shortcut to bring up the kitty terminal? +----------------------------------------------------------------------------- + +Bringin up application on a single keypress is the job of the window +manager/desktop environment. For ways to do it with kitty (or indeed any +terminal) in different environments, +see `here `_.