hi
i want to catch a combination of keypresses inside keyPressEvent such as shift+K;
normally single key presses can be caught inside keyPressEvent using case statements .

how to catch combination of keypresses inside keyPressEvent.