Raw Key Code finder

A

Aussie Bomber

I am looking for a program that will display the raw key code of any
key I press (Not ASCII code!)

Have searched SOS and googled but no luck - but then I don't know
exactly what words to use in the search!! :-(

Any advice will be most welcome!!
 
R

REM

Aussie Bomber <[email protected]> wrote:
I am looking for a program that will display the raw key code of any
key I press (Not ASCII code!)
Have searched SOS and googled but no luck - but then I don't know
exactly what words to use in the search!! :-(
Any advice will be most welcome!!

As I understand it, a keypress is simply an electronic signal that is
interpretted by the OS and/or hardware.

What sort of code are you looking for if not ascii?
 
G

Gerard Bok

I am looking for a program that will display the raw key code of any
key I press (Not ASCII code!)

Have searched SOS and googled but no luck - but then I don't know
exactly what words to use in the search!! :-(

Any advice will be most welcome!!

Drop me an email and I'll send you one :)
 
A

Aussie Bomber

They come and go as they are a common exercise of novice programmers.
For Windows you may want to look here:

http://dnsoft.swrus.com/ki

Thanks, BeAr - that seems to be just what I was after!!

Looks like I should have been searching for "Scan Code" ;-)

Cheers .................
 
A

Aussie Bomber

As I understand it, a keypress is simply an electronic signal that is
interpretted by the OS and/or hardware.

What sort of code are you looking for if not ascii?

I am after the raw, or as I now see I should have called it, scan code
that the computer reads when a key is pressed regardless of any
qualifier keys that are also pressed.

For example, a = ASCII 97 scancode 30
A = ASCII 65 scancode 30
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top