unificado el formato de lor archivos de about/ayuda a utf-8

eliminados algunos comentarios TODO que ya se hab?an completado
This commit is contained in:
Luis Ángel San Martín
2012-07-23 18:00:33 +02:00
parent 192ebd04b2
commit 2b63c08251
19 changed files with 189 additions and 141 deletions

View File

@ -1,9 +1,27 @@
<html>
<html>
<head>
<style type="text/css">
h1
{
font-size:large;
color: rgb(20,20,155);
padding-top:0px;
padding-bottom:0px;
margin: 0;
}
.column
{
padding-right: 10px;
}
</style>
</head>
<body>
<div style="font-size:large; color: rgb(20,20,155); padding-top:0px;padding-bottom:0px;"><b>General functions:</b></div>
<hr>
<table>
<tr>
<td class="column">
<h1> General functions: </h1>
<hr />
<div style="padding-top:0px;padding-bottom:0px;">
<b>C</b>: Open options<br/>
<b>Ctrl+M</b> : Set/Unset bookmark<br/>
@ -18,8 +36,8 @@
<b>T</b> : Show/Hide YACReader Translator <br/>
</div>
<div style="font-size:large; color: rgb(20,20,155); padding-top:0px;padding-bottom:0px;"><b>Reading functions:</b></div>
<hr>
<h1>Reading functions:</h1>
<hr />
<div style="padding-top:0px;padding-bottom:0px;">
<b>B</b> : Auto Scroll up <br/>
<b>D</b> : Double page mode<br/>
@ -33,6 +51,43 @@
<b>Wheel mouse up</b> : Scroll up <br/>
<b>Wheel mouse down</b> : Scroll down<br/>
</div>
</td>
<td class="column">
<h1>Image adjust functions:</h1>
<hr />
<div style="padding-top:0px;padding-bottom:0px;">
<b>A</b> : Fit to width / height<br>
<b>L</b> : Rotate to the left<br/>
<b>Q</b> : Always on Top<br/>
<b>R</b> : Rotate to the rigth<br/>
<b>W</b> : Show pages at full size<br/>
</div>
<h1>Magnifying glass:</h1>
<hr />
<div style="padding-top:0px;padding-bottom:0px;">
<b>Alt + Wheel mouse up</b> : Decrease horizontal size <br/>
<b>Alt + Wheel mouse down</b> : Increase Horizontal size <br/>
<b>Ctrl + Wheel mouse up</b> : Decrease vertical size <br/>
<b>Ctrl + Wheel mouse down</b> : Increase vertical size <br/>
<b>Shift + Wheel mouse up</b> : Zoom out <br/>
<b>Shift + Wheel mouse down</b> : Zoom in <br/>
<b>Wheel mouse up</b> : Decrease size<br/>
<b>Wheel mouse down</b> : Increase size<br/>
<b>Z</b> : Show/hide<br/>
</div>
<h1>GoTo Flow functions:</h1>
<hr />
<div style="padding-top:0px;padding-bottom:0px;">
<b> S </b> : Show/hide <br/>
<b> Wheel mouse up</b> : Next flow page <br/>
<b> Wheel mouse down</b> : Previous flow page <br/>
<b> Enter </b> : Go to current page <br/>
</div>
</td>
</tr>
</table>
</body>
</html>