Key Combinations

How do you do key combinations in C++? I know that backspace is '\b' and enter is '\r', but how would you go with key combinations using 'alt' or 'Ctrl'?
There is no standard way to handle key presses. Have a look in the manual of the library you are using.
Topic archived. No new replies allowed.