Re: using keyboard arrows
- From: Kalle Olavi Niemitalo <kon@xxxxxx>
- Date: Thu, 13 Mar 2008 21:34:07 +0200
Brice Rebsamen <brice.rebsamen@xxxxxxxxx> writes:
I am using the KDE terminal Konsole. Is it an xterm or a virtual
console or ... ?
If you're going to run the program in KDE, thus X, you should
certainly use the facilities of X rather than ioctl KDSKBMODE.
That way, your program also does not hog the whole keyboard,
rather it only gets the events meant for its own X window.
It isn't terribly hard to implement this with Xlib.
Perhaps it is even easier with libsdl; I don't know.
.
- References:
- using keyboard arrows
- From: Brice Rebsamen
- Re: using keyboard arrows
- From: Kalle Olavi Niemitalo
- Re: using keyboard arrows
- From: Brice Rebsamen
- using keyboard arrows
- Prev by Date: advices on sockets
- Next by Date: Re: popen: how to know the child has exited?
- Previous by thread: Re: using keyboard arrows
- Next by thread: Re: using keyboard arrows
- Index(es):
Relevant Pages
|