Hi Lorenz,
Thank you for contacting us.
Actually there is no an universal way to bind a shortcut to a preferred functionality of a control. However you have a choice:
- a Hot-key (only with some controls like buttons);
- a KeyDown event-handler;
- a Command with related Input-binding.
In the attached example you can find mentioned above techniques implemented.
Please give it a try and let us know if you have more questions.
Sincerely yours,
Ivan
the Telerik team