Lines Matching refs:shortcut
7 …keys of a keyboard shortcut are pressed, the custom event is triggered. If no custom event is set,…
17 Sets a keyboard shortcut for the component.
27 …d) or [function key](#functionkey).<br>An empty string means to disable the keyboard shortcut.<br>|
29 | action | () => void | No | Callback for a custom event after the keyboard shortcut is trigg…
81 …m keyboard shortcuts | A custom keyboard shortcut consists of one o…
82 …d shortcut for multiple components | Only the first component in the com…
83 … | The component responds to the custom keyboard shortcut as long as the wi…
84 | Using a single function key to trigger a keyboard shortcut| A keyboard shortcut can consist of a …
85 | The input parameter **value** of **keyboardShortcut** is empty| The keyboard shortcut is disabled…
86 …w coexist | The focused window responds to the keyboard shortcut. …
89 … | The component responds to a keyboard shortcut when the keys spe…
92 …shortcut is the same as an existing one (including the system-defined ones).<br>2. The **value** p…
120 …a keyboard shortcut. You can press the modifier key and accompanying key at the same time to trigg…
162 
166 This example registers and deregisters a keyboard shortcut through clicks.
189 Button('multi-shortcut').onClick((event: ClickEvent) => {
190 console.log('Trigger keyboard shortcut success.')
202 