noteKeyboardHighlight method

void noteKeyboardHighlight()

Call when keyboard focus navigation becomes active (Tab / arrows).

Implementation

void noteKeyboardHighlight() {
  _setRingsAllowed(true);
}