View Single Post
Old 06-10-2018, 01:20 PM   #324
CH23
Bottom Text
CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.
 
Posts: 146
Karma: 332882
Join Date: Nov 2016
Device: Kobo Clara HD, Kobo Glo HD
Quote:
What did you do?
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
CH23 is offline   Reply With Quote