I want to write a program that waits until CTRL + SHIFT + A is pressed and then it prints "Hello World!". I'm using MacOSX and I want it to be Console-Based.
If "Console-Based" means that the program must run in a terminal, it cannot distinguish Ctrl+A from Ctrl+Shift+A; both produce the same input.