diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-01-26 15:53:33 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-01-26 15:53:33 +0100 |
commit | e784d925dfab0405cb4bf2ac7466045d8089a189 (patch) | |
tree | e7d519662c7191d28a68ecc91ce2cfd4bad6cf37 /surf.1 | |
parent | 13b04d8b61b3e0f334b57749cf9b8755135ef4f4 (diff) | |
download | surf-e784d925dfab0405cb4bf2ac7466045d8089a189.tar.gz surf-e784d925dfab0405cb4bf2ac7466045d8089a189.tar.bz2 surf-e784d925dfab0405cb4bf2ac7466045d8089a189.zip |
Adding web inspector support to surf.
Thanks Gregor Best <gbe@ring0.de>!
Diffstat (limited to 'surf.1')
-rw-r--r-- | surf.1 | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -3,16 +3,12 @@ surf \- simple webkit-based browser .SH SYNOPSIS .B surf +.RB [-ipnsvx] .RB [-c\ cookiefile] .RB [-e\ xid] -.RB [-i] -.RB [-p] .RB [-r\ scriptfile] -.RB [-s] .RB [-t\ stylefile] .RB [-u\ useragent] -.RB [-v] -.RB [-x] .RB "URI" .SH DESCRIPTION surf is a simple Web browser based on WebKit/GTK+. It is able @@ -30,6 +26,9 @@ Reparents to window specified by xid. .B \-i Disable Images .TP +.B \-n +Disable the Web Inspector (Developer Tools). +.TP .B \-p Disable Plugins .TP @@ -127,6 +126,9 @@ Copies current URI to primary selection. .B Ctrl\-o Show the sourcecode of the current page. .TP +.B Ctrl\-Shift\-o +Open the Web Inspector (Developer Tools) window for the current page. +.TP .B Ctrl\-Shift\-c Toggle caret browsing. .TP |