Method GetKeysFromCommands
GetKeysFromCommands(params Command[])
Gets Keys bound to the set of commands specified by commands
.
public IEnumerable<Key> GetKeysFromCommands(params Command[] commands)
Parameters
commands
Command[]The set of commands to search.
Returns
- IEnumerable<Key>
The Keys bound to the set of commands specified by
commands
. An empty list if the set of caommands was not found.