Navigation
You may need to navigate focus among HotKeys components with shortcuts, for example, use arrow keys/tab to navigate among different panels.
A navigator
is similar to handler
, which key is the keys that you have defined in keyMap
but the values are the names of each HotKeys
The values can be:
string
The name of theHotKeys
that you would like to navigate to when shortcuts pressedarray
Array of string, which is a list ofname
it will loop from the first name until it find the first availableHotKeys
function
which returnstring
orstring[]
Last updated