Keyboard Events - Where can I find a list of these

Hiya

Where is it that I can find a list of useable keyboard events (if such a list exists). I feel like such a dodo to have to ask when I need a couple of keys.

I do apologise if this should be evident but I have been searching all over and can find snipets but no list.

The keys I am particularly looking for are:

/ (the key that shares the ? or the divide key)

Shift key

End Key

Any assitantace would be gratefuly received.

Thanks

Subject: Keyboard Events - Where can I find a list of these

Here’s a link:

http://www-1.ibm.com/support/docview.wss?uid=swg21164659

HTH

Sai

Subject: RE: Keyboard Events - Where can I find a list of these

Thank you for your quick response. I probably should have been a little clear. What I need is the corresponding key codes i.e.

keybd_event 17,0,0,0 'Ctrl key down

keybd_event 18,0,0,0 'Alt key down

keybd_event 92,0,0,0 '\ key down

keybd_event 92,0,2,0 '\ key up

keybd_event 18,0,2,0 'Alt key up

keybd_event 17,0,2,0 'Ctrl key up

Is there any where I can find a list of these?

thanks again

Subject: RE: Keyboard Events - Where can I find a list of these

This might help:

HTH,

Dan