I want to write a program that does various commands when certain combonations of letters are pushed down simultaneously. (much like how CTRL+ALT+DEL works) I would like the user to be able to do that with the 'letter keys'. I am vaguely familliar with the buffer system of the keyboard. Is there a way around this? I thought about having the user push some other key (such as the spacebar) to lock in their answer, but if this were possible, I would like some sort real time display on the screen to indicate what buttons are being held down before the user locks in his answer.
Is this possible to code? Could someone provide some sort of pseudocode or strategy to accomplish this? Thanks.