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

Re: scan codes of key hit



On Thu, Feb 08, 2001 at 03:27:40PM +0530, Sukrit K Mehra wrote:
> How can i get the scan code of a key hit in linux *using C* 

/usr/src/linux/drivers/char/defkeymap.map

Note that scancodes are handled in the keyboard device driver
and what you read comes out as processed chars.

	-Arun