New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

ShortcutManager Object

The EditorShortCutManager object exposes the following public methods and properties to control its behavior:

EditorShortCutManager Client-Side Methods

NameParametersReturn TypeDescription
addShortCutString, StringAdds a shortcut from collection.The method takes the following arguments: shortcutName - Name of the shortcut shortcutString - The key combination of the shortcut
findShortCutByNameStringTelerik.Web.UI.EditorShortCutReturns the ShortCut instance found by its name.The method takes the following arguments: shortcutName - The DOM event.
isShortCutHitObjectBooleanIndicates whether a shortcut is hit.The method takes the following arguments: evt - The DOM event.
removeShortCutStringRemoves a shortcut from collection.The method takes the following arguments: shortcutName - Name of the the shortcut
setShortCutString, StringEdits an existing ShortCut.The method takes the following arguments: shortcutName - Name of the shortcut shortcutString - The key combination of the shortcut
Not finding the help you need?
Contact Support