I am looking for a "Key Code Table." I hope that is the correct
term for it.
If I press ALT Nine key, it yields a character string of two
charactes in length, the first character being null and the
second character 129th decimal on the Ascii table.
What I am looking for is a table that will tell me what key
combinations will yield which values so I can catch them as the
user presses those key combinations.
Example:
What is the value when Control Backspace is entered?
Control + Shift + ? (Press & hold CONTROL key, hold SHIFT key,
and press the slash "/" key) I am hoping to find one for
all the key combinations. Surely there is a complete
table of these somewhere already written.
Thank you.
[This message has been edited by Robert Carneal (edited May 15, 2003).]
term for it.
If I press ALT Nine key, it yields a character string of two
charactes in length, the first character being null and the
second character 129th decimal on the Ascii table.
What I am looking for is a table that will tell me what key
combinations will yield which values so I can catch them as the
user presses those key combinations.
Example:
What is the value when Control Backspace is entered?
Control + Shift + ? (Press & hold CONTROL key, hold SHIFT key,
and press the slash "/" key) I am hoping to find one for
all the key combinations. Surely there is a complete
table of these somewhere already written.
Thank you.
[This message has been edited by Robert Carneal (edited May 15, 2003).]
Comment