[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] Charaters in Linux



On Thu, Nov 18, 1999 at 04:05:36PM +0530, skhader@xxxxxxxxxx wrote:
> Hello Folks,
> Maybe I was not precise last time, so a repost.
> Is there a utility similar to Character Map in Windows on Linux.
> Basically, I am looking for a utlity that gives me the ASCII value
> of any key I press  ( Are there any other values I can get ?? ;-)

1. xev
2. od
3. c = getchar(); printf("%d", c);

	-Arun

--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.