ModifierShortcut
interface ModifierShortcut
This interface models the modifier shortcuts, that enable combination of shortcuts like "STRG + F" or alike.
If offers default implementation for concatenating modifiers with "real" shortcuts or just Strings to offer a beautiful readable shortcut combination:
// Start with modifier shortcut and append just a String
Keys.Control + "K"
// or other way round
Shortcut("K") + Keys.Control
Content copied to clipboard
See also
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Enables combination of ModifierShortcuts like "STRG + ALT + F":