static String forKey(LogicalKeyboardKey key) { return names[key] ?? key.debugName ?? 'Unknown Key'; }