Quote:
Originally Posted by CH23
I added the following lines to kmshome.sh:
Code:
case $PRODUCT in
snow|nova)
export QWS_MOUSE_PROTO=KoboTS_h202
;;
Code:
if [ "$PRODUCT" == "nova" ]; then
mrotation=90
enablerotaion=false
fi
|
Thank you for your response. Actually I was interested in the earlier changes to understand the problem better. But since touch is working, there is no need of this.