<p>Swipe down from the top to show the address bar; swipe up to the top to hide the address bar. Swipe down to the bottom to hide the toolbar with option "swipe to hide tools"; swipe on the bottom corners to show the toolbar.</p>
<p>Swipe left/right near the toolbar to switch window; fling left/right to switch to the last/first window.</p>
<p>Swiping on the top part of content window (near the top address bar by default) triggers corresponding link in the file "default.gesture", which has the same format as <ahref="../links/index.html">default.link</a>.</p>
<p>The algorithm to match swiping gesture to a line in the file "default.gesture" is as follows:</p>
<ul>
<li>Divide the screen width to three parts evenly, assign each part with a number 0, 1, 2 respectively.</li>
<li>Assume "s" and "e" are the above defined numbers for the gesture start point and end point. Let "linenumber = 3*s+e" , if it is equal to 4 and the gesture's first direction is left, then change it to be 9.</li>
<li>For turning back and forth, add "10" each time.</li>
</ul>
<p>The final line number will match the corresponding line in "default.gesture", 0 to the first line, ...</p>
<p>"default.gesture2" is for the right side gesturs and the algorithm is similar to "default.gesture".</p>