Hi nasser!
Quote:
Originally Posted by nasser
The images sub folder seems to contain all the images of the keys? Which are the ones really used?
|
Code:
[root@kindle layouts]# grep 'image:' keyboard.xml
<default display="image:img/esc.png" action="escape" />
<mod1 display="image:img/f1.png" action="f1" />
<mod1 display="image:img/f2.png" action="f2" />
<mod1 display="image:img/f3.png" action="f3" />
<mod1 display="image:img/f4.png" action="f4" />
<mod1 display="image:img/f5.png" action="f5" />
<mod1 display="image:img/f6.png" action="f6" />
<mod1 display="image:img/f7.png" action="f7" />
<mod1 display="image:img/f8.png" action="f8" />
<mod1 display="image:img/f9.png" action="f9" />
<mod1 display="image:img/f10.png" action="f10" />
<mod1 display="image:img/f11.png" action="f11" />
<mod1 display="image:img/f12.png" action="f12" />
<default display="image:img/back.png" action="backspace" />
<shifted display="image:img/del.png" action="delete" />
<default display="image:img/tab.png" action="tab" />
<default display="image:img/capslk.png" action="modifier:caps" />
<default display="image:img/return.png" action="return" />
<default display="image:img/shift.png" action="modifier:shift" />
<default display="image:img/up.png" action="up" />
<shifted display="image:img/pgup.png" action="pageup" />
<default display="image:img/shift.png" action="modifier:shift" />
<default display="image:img/ctrl.png" action="modifier:ctrl" />
<default display="image:img/alt.png" action="modifier:alt" />
<default display="image:img/sym1.png" action="modifier:mod1" />
<default display="image:img/sym2.png" action="modifier:mod2" />
<default display="image:img/left.png" action="left" />
<shifted display="image:img/home.png" action="home" />
<default display="image:img/down.png" action="down" />
<shifted display="image:img/pgdn.png" action="pagedown" />
<default display="image:img/right.png" action="right" />
<shifted display="image:img/end.png" action="end" />
Quote:
Originally Posted by nasser
Midnight Commander now works from KUAL - without the initial screen distortion! 
|
The problem was probably with proper terminfo missing on Paperwhites. Now I provide bundled copy with kterm 2.
Quote:
Originally Posted by nasser
The rotation setting is persistent across sessions. Where is it being stored? There's no entry in 'kterm.conf'.
|
The rotation is stored in kindle framework, not in kterm. I just call
/usr/bin/lipc-set-prop com.lab126.winmgr orientationLock from kterm. So if you set kterm to landscape mode and quit, your books will open in landscape too.
I just discovered a bug. Kterm ignores option to start with hidden keyboard. I will have to provide a bugfix for that.