summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-12 13:45:12 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-12 13:45:12 +0200
commitb6d2dbb1dcc6ca3e0044576b6a8ee36d61c10268 (patch)
tree69dab0fcf7f8659d9d45d98bd27a7a1af49e6f76 /doc/help/commands.asciidoc
parent359a9c7dfb0bb1c3c4cadf9bcfac89aeb102e05c (diff)
downloadqutebrowser-b6d2dbb1dcc6ca3e0044576b6a8ee36d61c10268.tar.gz
qutebrowser-b6d2dbb1dcc6ca3e0044576b6a8ee36d61c10268.zip
Add a :devtools-focus command
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 017f4b20b..4ce944652 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -52,6 +52,7 @@ possible to run or bind multiple commands by separating them with `;;`.
|<<config-unset,config-unset>>|Unset an option.
|<<config-write-py,config-write-py>>|Write the current configuration to a config.py file.
|<<devtools,devtools>>|Toggle the developer tools (web inspector).
+|<<devtools-focus,devtools-focus>>|Toggle focus between the devtools/tab.
|<<download,download>>|Download a given URL, or current page if no URL given.
|<<download-cancel,download-cancel>>|Cancel the last/[count]th download.
|<<download-clear,download-clear>>|Remove all finished downloads from the list.
@@ -423,6 +424,10 @@ Toggle the developer tools (web inspector).
* +'position'+: Where to open the devtools (right/left/top/bottom/window).
+[[devtools-focus]]
+=== devtools-focus
+Toggle focus between the devtools/tab.
+
[[download]]
=== download
Syntax: +:download [*--mhtml*] [*--dest* 'dest'] ['url']+