View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#49
Thanks a million for this! I've diffed your changes and applied them to the modded xterm I did (which seems to be a higher version :/ but smaller in function compared to this) and the keyboard works beautifully!

My script to disable the hildon keyboard on N800 helps though :

#!/bin/sh

GC=`gconftool-2 --get /system/osso/af/keyboard-attached`

if [ x$GC = xfalse ]; then
gconftool-2 --set -t bool /system/osso/af/keyboard-attached true
else
gconftool-2 --set -t bool /system/osso/af/keyboard-attached false
fi


Last edited by qwerty12; 2009-01-19 at 15:42.