I have tried searching on google about my problem, yet I can find the right logic (understand) for me the code my key combination ([Left]Control + [Left]Shift + A)
I have a thread in this forum on this thread but I am still confused about it.
So, if there is a possible. Upon the codes given to be by google, how could I implement this key combination to work.
The logic is like this. Orginally, A JFrame, inside a JWindow, which contains a group layout of other components (the components are not focused, only the JWindow). Upon pressing the key combination ([Left]Control + [Left]Shift + A), an action is performed.
I will try to create a SSCCE for this thread, though I already have one but using javax.swing.KeyStroke (provided by camickr, the code is located in the other thread).

