removeShortcut() Since: 1.4.3
Removes a shortcut from the editor.
Syntax
instance.removeShortcut(shortcut);
Parameters
shortcut Type: String
The shortcut string to remove. See addShortcut() for more information.
Return
Type: sceditor
Removes a shortcut from the editor.
instance.removeShortcut(shortcut);
shortcut Type: String
The shortcut string to remove. See addShortcut() for more information.
Type: sceditor