I want to write a function like so,
public System.Windows.Input.Key ResolveKey(char charToResolve) { // Code goes here, that reso
Try using the ConvertFrom method of the System.Windows.Input.KeyConverter class.