surf/surf.1

98 lines
1.6 KiB
Groff
Raw Normal View History

2009-06-08 06:16:39 +00:00
.TH SURF 1 surf\-VERSION
.SH NAME
2009-08-27 08:13:34 +00:00
surf \- simple webkit-based browser
2009-06-08 06:16:39 +00:00
.SH SYNOPSIS
.B surf
.RB [-e\ xid]
.RB [-i]
.RB [-p]
.RB [-s]
.RB [-v]
.RB [-x]
.RB "URI"
2009-06-08 06:16:39 +00:00
.SH DESCRIPTION
2009-09-04 11:23:36 +00:00
surf is a simple Web browser based on WebKit/GTK+. It is able
2009-08-27 08:13:34 +00:00
to display websites and follow links. It supports the XEmbed protocol
which makes it possible to embed it in another application. Furthermore,
one can point surf to another URI by setting its XProperties.
2009-06-08 06:16:39 +00:00
.SH OPTIONS
.TP
2010-01-20 13:46:22 +00:00
.B \-e xid
Reparents to window specified by xid.
2009-06-08 06:16:39 +00:00
.TP
.B \-i
Disable Images
.TP
.B \-p
Disable Plugins
.TP
.B \-s
Disable Javascript
2009-06-08 06:16:39 +00:00
.TP
.B \-v
2009-08-27 08:13:34 +00:00
Prints version information to standard output, then exits.
2009-06-08 06:16:39 +00:00
.TP
.B \-x
2009-08-27 08:13:34 +00:00
Prints xid to standard output. This can be used to script the browser by using
2009-09-04 11:23:36 +00:00
.BR xprop(1).
2009-06-08 06:16:39 +00:00
.SH USAGE
.B Escape
Stops loading current page or stops download.
2009-06-08 06:16:39 +00:00
.TP
2009-09-06 08:56:09 +00:00
.B Ctrl\-h
2009-06-08 06:16:39 +00:00
Walks back the history.
.TP
2009-09-06 08:56:09 +00:00
.B Ctrl\-l
2009-06-08 06:16:39 +00:00
Walks forward the history.
.TP
2009-10-17 13:17:58 +00:00
.B Ctrl\-k
Scrolls page upwards.
.TP
.B Ctrl\-j
Scrolls page downwards.
.TP
.B Ctrl\-Shift\-k
Zooms page in.
.TP
.B Ctrl\-Shift\-j
Zooms page out
.TP
.B Ctrl\-Shift\-i
Resets Zoom
.TP
2011-11-09 14:09:59 +00:00
.B Ctrl\-f
2009-06-08 06:16:39 +00:00
Opens the search-bar.
.TP
.B Ctrl\-n
Go to next search result.
.TP
.B Ctrl\-Shift\-n
Go to previous search result.
.TP
2009-06-08 06:16:39 +00:00
.B Ctrl\-g
Opens the URL-bar.
.TP
2009-06-10 11:33:26 +00:00
.B Ctrl\-p
Loads URI from primary selection.
.TP
2009-10-17 13:17:58 +00:00
.B Ctrl\-Shift\-p
Calls Printpage Dialog.
.TP
2009-06-08 06:16:39 +00:00
.B Ctrl\-r
Reloads the website.
.TP
.B Ctrl\-Shift\-r
Reloads the website without using cache.
2009-06-10 11:33:26 +00:00
.TP
.B Ctrl\-y
Copies current URI to primary selection.
2009-10-17 13:17:58 +00:00
.TP
.B Ctrl\-o
show the sourcecode of the current page.
2009-06-08 06:16:39 +00:00
.SH SEE ALSO
2011-11-09 14:09:59 +00:00
.BR dmenu(1),
.BR xprop(1),
.BR tabbed(1)
2009-06-08 06:16:39 +00:00
.SH BUGS
Please report them!