mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
shortcuts dialog updated
added an instalation guide for linux users
This commit is contained in:
parent
2c801ded2f
commit
d0e997dc93
32
INSTALATION.txt
Normal file
32
INSTALATION.txt
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
INSTALLATION GUIDE FOR LINUX USERS
|
||||||
|
**********************************
|
||||||
|
YACReader and YACReaderLibraries binaries are compiled under Ubuntu 12.04 and have been tested under Ubuntu 13.04.
|
||||||
|
|
||||||
|
Install the following packages:
|
||||||
|
|
||||||
|
sudo apt-get install libpoppler-qt4-dev
|
||||||
|
sudo apt-get install phonon
|
||||||
|
sudo apt-get install libqt4-sql
|
||||||
|
sudo apt-get install libqt4-sql-sqlite
|
||||||
|
|
||||||
|
Create the following link:
|
||||||
|
|
||||||
|
for 64bit systems do:
|
||||||
|
|
||||||
|
sudo ln -s /usr/lib/x86_64-linux-gnu/libpoppler-qt4.so.4 /usr/lib/x86_64-linux-gnu/libpoppler-qt4.so.3
|
||||||
|
|
||||||
|
for 32bit systems do:
|
||||||
|
|
||||||
|
sudo ln -s /usr/lib/i386-linux-gnu/libpoppler-qt4.so.4 /usr/lib/i386-linux-gnu/libpoppler-qt4.so.3
|
||||||
|
|
||||||
|
YACReader has dependencies with several qt4 libs, the following qt4 libs should be installed in your system:
|
||||||
|
libqt4-core
|
||||||
|
libqt4-gui
|
||||||
|
libqt4-opengl
|
||||||
|
libqt4-network
|
||||||
|
libqt4-webkit
|
||||||
|
|
||||||
|
|
||||||
|
DO YOU WANT TO HELP YACREADER?
|
||||||
|
******************************
|
||||||
|
If you have experience creating packages,please help to create a package for your favourite distro! Send me an e-mail to: info@yacreader.com
|
@ -3,7 +3,6 @@
|
|||||||
<file>../files/about.html</file>
|
<file>../files/about.html</file>
|
||||||
<file>../files/helpYACReader.html</file>
|
<file>../files/helpYACReader.html</file>
|
||||||
<file>../files/shortcuts.html</file>
|
<file>../files/shortcuts.html</file>
|
||||||
<file>../files/shortcuts2.html</file>
|
|
||||||
<file>../files/translator.html</file>
|
<file>../files/translator.html</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
font-size:large;
|
font-size:large;
|
||||||
color: rgb(20,20,155);
|
color: rgb(193, 148, 65);
|
||||||
padding-top:0px;
|
padding-top:0px;
|
||||||
padding-bottom:0px;
|
padding-bottom:0px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -40,11 +40,12 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<div style="padding-top:0px;padding-bottom:0px;">
|
<div style="padding-top:0px;padding-bottom:0px;">
|
||||||
<b>B</b> : Auto Scroll up <br/>
|
<b>B</b> : Auto Scroll up <br/>
|
||||||
<b>D</b> : Double page mode<br/>
|
|
||||||
<b>Down</b> : Scroll down<br/>
|
<b>Down</b> : Scroll down<br/>
|
||||||
|
<b>End</b> : Go to last page <br/>
|
||||||
<b>G</b> : Open "Go to" dialog<br/>
|
<b>G</b> : Open "Go to" dialog<br/>
|
||||||
|
<b>Home</b> : Go to first page <br/>
|
||||||
<b>Left</b> : Go to previous page<br/>
|
<b>Left</b> : Go to previous page<br/>
|
||||||
<b>Mouse drag: Scroll</b>
|
<b>Mouse drag</b>: Scroll<br/>
|
||||||
<b>Right</b> : Go to next page<br/>
|
<b>Right</b> : Go to next page<br/>
|
||||||
<b>Space Bar</b> : Auto Scroll down<br/>
|
<b>Space Bar</b> : Auto Scroll down<br/>
|
||||||
<b>Up</b> : Scroll up <br/>
|
<b>Up</b> : Scroll up <br/>
|
||||||
@ -59,8 +60,8 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<div style="padding-top:0px;padding-bottom:0px;">
|
<div style="padding-top:0px;padding-bottom:0px;">
|
||||||
<b>A</b> : Fit to width / height<br>
|
<b>A</b> : Fit to width / height<br>
|
||||||
|
<b>D</b> : Double page mode<br/>
|
||||||
<b>L</b> : Rotate to the left<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>R</b> : Rotate to the rigth<br/>
|
||||||
<b>W</b> : Show pages at full size<br/>
|
<b>W</b> : Show pages at full size<br/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user