summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-06-18 18:49:38 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-06-18 18:49:38 +0200
commitbf5a9b7ef64ee91782078c1672ef90c25bc55945 (patch)
treebc184f272b1ecd93618cf4efa5755e3b45d9cccd /doc/help/commands.asciidoc
parent905f772e7cc0cd106aeef0255a577ffc5214a67e (diff)
downloadqutebrowser-bf5a9b7ef64ee91782078c1672ef90c25bc55945.tar.gz
qutebrowser-bf5a9b7ef64ee91782078c1672ef90c25bc55945.zip
Update docs
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 8d70b19c8..8fb00874c 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -727,10 +727,16 @@ Insert text at cursor position.
[[inspector]]
=== inspector
+Syntax: +:inspector ['position']+
+
Toggle the web inspector.
Note: Due to a bug in Qt, the inspector will show incorrect request headers in the network tab.
+==== positional arguments
+* +'position'+: Where to open the inspector (right/left/top/bottom/window).
+
+
[[jseval]]
=== jseval
Syntax: +:jseval [*--file*] [*--quiet*] [*--world* 'world'] 'js-code'+