If a user clicks on multiple keys, it will print 'key1 + key2' and should print any key pressed on the keyboard. How would I go about this? I want it to work with any key, even function and F keys.
For example, a user clicks the keys shift and F12. Shift + F12 was pressed gets printed.
Any help is appreciated.