I would like to know if there is a function which a plugin can call to query if a keybinding/key press combination is already in use (by geany itself or a different plugin).
Ideally this would return displayable information about the assigned action like in the keybindings preferences dialog.
Is there any function for this? Or do I need to search through the ```keybinding_groups``` array myself?