(key)
| 3462 | |
| 3463 | const unicodeModifierKeys = modifierKeys.map(k => convertKeyToRawKey(k)) |
| 3464 | function isModifierKey(key) { |
| 3465 | return unicodeModifierKeys.includes(key) |
| 3466 | } |
| 3467 | |
| 3468 | function highlightActiveElement(element) { |
| 3469 | if (this.options.highlightElement && store.debugMode) { |