+ {/* Visual input — display only; actual capture happens via window listener */}
+
+ {captured ? (
+ formatComboLabel(captured)
+ ) : (
+
+ Press a key combination...
+
+ )}
+
+ {conflict ? (
+
+ Conflicts with "{conflict}" — press a different
+ combination
+
+ ) : captured ? (
+
+ Press Enter to confirm, Escape to cancel
+
+ ) : (
+
+ Press Escape to cancel
+
+ )}
+