| Package | Description |
|---|---|
| com.vaadin.flow.component |
| Modifier and Type | Method and Description |
|---|---|
static ShortcutRegistration |
Shortcuts.addShortcutListener(Component lifecycleOwner,
ShortcutEventListener listener,
Key key,
KeyModifier... keyModifiers)
Invoke a
ShortcutEventListener when the shortcut is invoked. |
ShortcutRegistration |
UI.addShortcutListener(ShortcutEventListener listener,
Key key,
KeyModifier... keyModifiers)
Registers a global shortcut tied to the
UI which executes the
given ComponentEventListener when invoked. |
Copyright © 2025. All rights reserved.