Touch keyboard in QNX Windows

Hi all,

I need to emulate the keyboard using a touch screen keyboard in QNX Windows
4.24. Does anyone know how to send keys to the window server? Any help will
be appreciated.

Thanks,

Leonel Vicente Mota Ivo

Leonel Vicente Mota Ivo <leonel@atan.com.br> wrote:

Hi all,

I need to emulate the keyboard using a touch screen keyboard in QNX Windows
4.24. Does anyone know how to send keys to the window server? Any help will
be appreciated.

A sample that does this is available from

ftp.qnx.com:/usr/free/qnx4/qwindows/utils/keyboard.tgz

From the readme:

In many cases a keyboard is not desired for a windowing system.
A mouse or touchscreen would then be required to input any text that
an application needs (e.g. sign-on screen).

These programs show how to inject keystrokes into the QNX Windows
server … it also brings up a keyboard window where the user can select
keys (using mouse or touchscreen) and have them automatically ‘injected’
into an application.

-David