radekp / qtmoko

QtExtended, formerly known as Qtopia from TrollTech, discontinued by Nokia
http://qtmoko.org
Other
70 stars 39 forks source link

BT keyboard writes to console #116

Open spacefrogg opened 12 years ago

spacefrogg commented 12 years ago

After successfully connecting a bluetooth keyboard to the GTA04 all keyboard input seems to be sent to the system console 'behind' the X session. It seems that it must be claimed by the neokbdhandler to function properly.

radekp commented 12 years ago

Yup exactly. The input method system should be quite well documented:

http://radekp.github.com/qtmoko/api/qt-embedded-charinput.html http://radekp.github.com/qtmoko/api/tut-deviceexample.html

It should not be that hard to make it working at this point.