static bool isShiftValue(String key) => _shiftValues.contains(key) || ('A'.codeUnitAt(0) <= key.codeUnitAt(0) && key.codeUnitAt(0) <= 'Z'.codeUnitAt(0));