removeShortcut method
Removes a keyboard shortcut.
Parameters:
keySet: The key combination to remove
Implementation
void removeShortcut(LogicalKeySet keySet) {
_shortcuts.remove(keySet);
}
Removes a keyboard shortcut.
Parameters:
keySet: The key combination to removevoid removeShortcut(LogicalKeySet keySet) {
_shortcuts.remove(keySet);
}