diff options
author | Phil Mellor <phil@monkeyson.info> | 2003-06-01 23:02:56 +0000 |
---|---|---|
committer | Phil Mellor <phil@monkeyson.info> | 2003-06-01 23:02:56 +0000 |
commit | 9f81422aeaca41d8c93e2b69c3c525d84a9c633b (patch) | |
tree | bff8eb0e329f82f907b3d96500d785c92fa74336 /!NetSurf/Resources/gestures,faf | |
parent | cbd104704bb11b6141c2b5c3bde88950157e5fcf (diff) | |
download | netsurf-9f81422aeaca41d8c93e2b69c3c525d84a9c633b.tar.gz netsurf-9f81422aeaca41d8c93e2b69c3c525d84a9c633b.tar.bz2 |
[project @ 2003-06-01 23:02:56 by monkeyson]
Configuration windows added. HTTP Proxy support (untested).
svn path=/import/netsurf/; revision=145
Diffstat (limited to '!NetSurf/Resources/gestures,faf')
-rw-r--r-- | !NetSurf/Resources/gestures,faf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/!NetSurf/Resources/gestures,faf b/!NetSurf/Resources/gestures,faf new file mode 100644 index 000000000..9fa5476cb --- /dev/null +++ b/!NetSurf/Resources/gestures,faf @@ -0,0 +1,31 @@ +<html> +<head> +<title>NetSurf mouse gestures</title> +</head> +<body> +<h1 style="align:center">Mouse gestures</h1> + +<p>This page will explain the mouse gesture commands.</p> + +<p>Mouse gestures are performed by holding down the Menu mouse button and moving the mouse.</p> + +<table border="1"> +<tr> +<td>Gesture</td> +<td>Result</td> +</tr> +<tr> +<td>Move left</td> +<td>Go backwards in the history list</td> +</tr> +<tr> +<td>Move right</td> +<td>Go forwards in the history list</td> +</tr> +<tr>Move down then up</td> +<td>Reload the current page</td> +</tr> +</table> + +</body> +</html> |