Hi all, Programmatically, I want to find out what the shortcut is for the global "Kill Window" shortcut (usually assigned to ctrl+alt+esc). How do I do this? It looks like I need a new function added to KGlobalShortcut to return a QKeySequence for a given action name. Does this sound correct? John