Re: How to recognize the Function keys in C
- From: eerok <eerok@xxxxxxxxxxxx>
- Date: Sat, 31 Dec 2005 12:42:57 -0500
On Sat, 31 Dec 2005 10:26:38 -0600, Broeisi wrote:
> Hello,
>
> I'm trying to write a console based program in C in Linux.
> I want to use the function keys in my program, but I don;t know how to
> let the C program know when for exmaple the F1 key is pressed.
>
> I want to be able to use all 12 Function keys in my program.
> Can someone help me maybe on this one?
>
> I guess that those function keys also have an ascii number.
> But so far I haven't seen none of the funtion keys in my ascii chart.
Study the source for something like vim, which is a mature,
portable codebase that uses the keyboard extensively.
--
"The secret of being boring is to say everything." - Voltaire
.
- References:
- How to recognize the Function keys in C
- From: Broeisi
- How to recognize the Function keys in C
- Prev by Date: Re: Printf question.
- Next by Date: How to understand this line of c ?
- Previous by thread: Re: How to recognize the Function keys in C
- Next by thread: Happy New Year and Merry Christmas!
- Index(es):
Relevant Pages
|