Hi all,

I just made a small fix to the surf man page which adds a few missing keys. The go to next/previous search result is quite important, I didn't release it existed till I noticed in the config.h some while after first using surf, I was thinking about writing the functions myself :o.

There's two things I miss having in surf:

1) Middle mouse button auto scroll à la Firefox. I could possibly simulate this in surf.c but I was wondering if there is a feature like this already in GTK windows or WebKitGTK+?

2) Being able to set a proxy. I would appreciate if surf honored http_proxy and https_proxy environment variables but I have no idea how easy this would be to implement.

Thanks,
Jon

PS I am loving the suckless.org website and software! I really like your philosophy and am planning to try out Plan 9 from User Space.
diff -rup src/surf-0.3/surf.1 src.work/surf-0.3/surf.1
--- src/surf-0.3/surf.1 2009-10-30 12:41:02.000000000 +0000
+++ src.work/surf-0.3/surf.1    2009-12-03 06:33:28.940400761 +0000
@@ -27,6 +27,9 @@ Prints xid to standard output. This can 
 .BR xprop(1).
 .SH USAGE
 .TP
+.B Escape
+Stops loading current page or stops download.
+.TP
 .B Ctrl\-h
 Walks back the history.
 .TP
@@ -51,6 +54,12 @@ Resets Zoom
 .B Ctrl\-/
 Opens the search-bar.
 .TP
+.B Ctrl\-n
+Go to next search result.
+.TP
+.B Ctrl\-Shift\-n
+Go to previous search result.
+.TP
 .B Ctrl\-g
 Opens the URL-bar.
 .TP

Reply via email to