I know how to read keyboard in Linux without stopping (like kbhit()
behavior under Windows). So, whenever it returns, I know there is a key-press activity.
Then I'll try to read the key via getch()
function.
My question is that after a hit on keyboard, how I could know that the Shift+Insert key combination (paste shortcut as Ctrl+V does in Windows) is pressed?