Hi, Suppose I have a KKey representing "ctrl + tab". The Qt code for that key is 4198401 (0x401001). How can I know, given the key code (4198401), that the key is composed by the ctrl modifier and the tab key? In other words, how can I isolate the key from the modifier? BTW, this is because QKeyEvent.key() returns the key without the modifier and I have to compare it with the shortcut of an action (which is composed by one key which includes the modifier). Thanks Paulo >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<