Manual fixes from Nick White.
[surf.git] / surf.1
1 .TH SURF 1 surf\-VERSION
2 .SH NAME
3 surf \- simple webkit-based browser
4 .SH SYNOPSIS
5 .B surf
6 .RB [-e\ xid]
7 .RB [-i]
8 .RB [-p]
9 .RB [-s]
10 .RB [-v]
11 .RB [-x]
12 .RB "URI"
13 .SH DESCRIPTION
14 surf is a simple Web browser based on WebKit/GTK+. It is able
15 to display websites and follow links. It supports the XEmbed protocol
16 which makes it possible to embed it in another application. Furthermore,
17 one can point surf to another URI by setting its XProperties.
18 .SH OPTIONS
19 .TP
20 .B \-e xid
21 Reparents to window specified by xid.
22 .TP
23 .B \-i
24 Disable Images
25 .TP
26 .B \-p
27 Disable Plugins
28 .TP
29 .B \-s
30 Disable Javascript
31 .TP
32 .B \-v
33 Prints version information to standard output, then exits.
34 .TP
35 .B \-x
36 Prints xid to standard output. This can be used to script the browser by using
37 .BR xprop(1).
38 .SH USAGE
39 .B Escape
40 Stops loading current page or stops download.
41 .TP
42 .B Ctrl\-h
43 Walks back the history.
44 .TP
45 .B Ctrl\-l
46 Walks forward the history.
47 .TP
48 .B Ctrl\-k
49 Scrolls page upwards.
50 .TP
51 .B Ctrl\-j
52 Scrolls page downwards.
53 .TP
54 .B Ctrl\-Shift\-k
55 Zooms page in.
56 .TP
57 .B Ctrl\-Shift\-j
58 Zooms page out
59 .TP
60 .B Ctrl\-Shift\-i
61 Resets Zoom
62 .TP
63 .B Ctrl\-f
64 Opens the search-bar.
65 .TP
66 .B Ctrl\-n
67 Go to next search result.
68 .TP
69 .B Ctrl\-Shift\-n
70 Go to previous search result.
71 .TP
72 .B Ctrl\-g
73 Opens the URL-bar.
74 .TP
75 .B Ctrl\-p
76 Loads URI from primary selection.
77 .TP
78 .B Ctrl\-Shift\-p
79 Calls Printpage Dialog.
80 .TP
81 .B Ctrl\-r
82 Reloads the website.
83 .TP
84 .B Ctrl\-Shift\-r
85 Reloads the website without using cache.
86 .TP
87 .B Ctrl\-y
88 Copies current URI to primary selection.
89 .TP
90 .B Ctrl\-o
91 show the sourcecode of the current page.
92 .SH SEE ALSO
93 .BR dmenu(1),
94 .BR xprop(1),
95 .BR tabbed(1)
96 .SH BUGS
97 Please report them!