Re: keyboard for konqE

"Akshay Mishra" <[email protected]> Thu, 13 Sep 2007 08:28:18 +0530
Newsgroups gmane.comp.kde.devel.konq-e
Message-ID <[email protected]>
On 9/13/07, Bill Fassler <[email protected]> wrote:
> Dr Stefan Eilers or anybody:
>
> I have an embedded uClinux running a console on a SHARP TFT LCD, it has USB
> keyboard support which was obtained by the environment variable setting of:
> CONSOLE=/dev/tty2
> I also have a microwindows (nano-X) running and can switch back and forth
> using a virtual terminal switch and I have USB mouse and keyboard support in
> microwindows.
> I was able to get USB mouse support with my KonqE browser using
> QWS_MOUSE_PROTO=Auto:/dev/input/event0
> but I can not get USB keyboard support on the browser no matter how hard I
> try:
>
> I have tried:
> QWS_KEYBOARD=/dev/tty
> QWS_KEYBOARD=/dev/tty0
>  QWS_KEYBOARD=/dev/tty1
> QWS_KEYBOARD=/dev/tty2
> QWS_KEYBOARD=Auto:/dev/tty
>  QWS_KEYBOARD=Auto:/dev/tty0
>  QWS_KEYBOARD=Auto:/dev/tty1
>  QWS_KEYBOARD=Auto:/dev/tty2
>
>  Do you have any ideas, suggestions or advice as to why I can't seem to get
> keyboard support to work on the browser?
>


QWS_KEYBOARD=USB:/dev/input/event1
If event1 does not exist mknod it

od /dev/input/event1 should dump junk on terminal,

hth,
Akshay