We are using a text editor which causes problem with its default events. So far I managed to detect Ctrl + C - Ctrl + V
events etc.
However, what i'm trying to do is catching "Backspace" key after Ctrl A pressed but user will press Ctrl and A keys and then release them, and then user will press Backspace key.
So basically I'm trying to catch that user first pressed Ctrl + A and selects whole text in editor and then stops pressing, after that he presses Backspace key.