yacreader/files/shortcuts2.html
Luis Ángel San Martín f4e55729a2 fixed comiplation in Linux (Ubuntu)
line 117: #define _WIN64 1
must be removed in ./compressed_archive/libp7zip/CPP/myWindows/StdAfx.h

"cannot find -lpulse" compiling under Qt 5.0.2 can be fixed creating a symbolic link from libpulse.so.0 to libpulse.so (further research is needed)
2013-12-08 11:50:10 -08:00

38 lines
1.5 KiB
HTML

<html>
<head>
</head>
<body>
<div style="font-size:large; color: rgb(20,20,155); padding-top:0px;padding-bottom:0px;"><b>Image adjust functions:</b></div>
<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>
<div style="font-size:large; color: rgb(20,20,155); padding-top:0px;padding-bottom:0px;"><b>Magnifying glass:</b></div>
<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>
<div style="font-size:large; color: rgb(20,20,155); padding-top:0px;padding-bottom:0px;"><b>GoTo Flow functions:</b></div>
<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>
</body>
</html>