inkey codes in linux terminal

  • Follow


Hi,

I have problem to detect K_END, K_ALT_END, K_CTRL_END... and similar
keys in linux terminal....
Pressing END returns 280+70... but the same I got with CTRL+END and ALT
+END, and kbdstat() is not working.

I using fedora 12.

Thanks.

martin.
0
Reply bilekm (13) 12/18/2009 7:13:54 PM

Hi

which terminal

graphics or pure console?

in graphics add to your code]
request HB_GT_XWC
link gtxwc.a

call the app with
../app //gt:xwc

Regards
Luiz

On 18 dez, 17:13, Martin Bilek <bil...@gmail.com> wrote:
> Hi,
>
> I have problem to detect K_END, K_ALT_END, K_CTRL_END... and similar
> keys in linux terminal....
> Pressing END returns 280+70... but the same I got with CTRL+END and ALT
> +END, and kbdstat() is not working.
>
> I using fedora 12.
>
> Thanks.
>
> martin.

0
Reply culikr 12/21/2009 9:37:15 PM


On Dec 21, 10:37=A0pm, "cul...@gmail.com" <cul...@gmail.com> wrote:
> Hi
>
> which terminal
>
> graphics or pure console?
>
> in graphics add to your code]
> request HB_GT_XWC
> link gtxwc.a
>
> call the app with
> ./app //gt:xwc
>
> Regards
> Luiz
>
> On 18 dez, 17:13, MartinBilek<bil...@gmail.com> wrote:
>
>
>
> > Hi,
>
> > I have problem to detect K_END, K_ALT_END, K_CTRL_END... and similar
> > keys in linux terminal....
> > Pressing END returns 280+70... but the same I got with CTRL+END and ALT
> > +END, and kbdstat() is not working.
>
> > I using fedora 12.
>
> > Thanks.
>
> > martin.

Thanks.
0
Reply Martin 12/22/2009 6:25:57 PM

On Dec 21, 10:37=A0pm, "cul...@gmail.com" <cul...@gmail.com> wrote:
> Hi
>
> which terminal
>
> graphics or pure console?
>
> in graphics add to your code]
> request HB_GT_XWC
> link gtxwc.a
>
> call the app with
> ./app //gt:xwc
>
> Regards
> Luiz
>
> On 18 dez, 17:13, Martin Bilek <bil...@gmail.com> wrote:
>
>
>
> > Hi,
>
> > I have problem to detect K_END, K_ALT_END, K_CTRL_END... and similar
> > keys in linux terminal....
> > Pressing END returns 280+70... but the same I got with CTRL+END and ALT
> > +END, and kbdstat() is not working.
>
> > I using fedora 12.
>
> > Thanks.
>
> > martin.

.... something more... how to change font and font size in gtxwc
programs? I do not see any function for that.
0
Reply Martin 12/22/2009 7:13:25 PM

3 Replies
341 Views

(page loaded in 0.144 seconds)

Similiar Articles:













7/13/2012 12:25:55 AM


Reply: