Tier: 3 (minor polish — known edge case)
From the pre-release feature-gap audit.
Problem
An identity-style mapping whose output label equals its base label is filtered out of remapped, so it could render a stray floating legend on the overlay. Documented as uncommon and deferred.
Evidence
Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift:213-215 — // TODO: ... could show a stray floating legend here. Uncommon; revisit if it surfaces in practice.
Action
Revisit if users report it.
Tier: 3 (minor polish — known edge case)
From the pre-release feature-gap audit.
Problem
An identity-style mapping whose output label equals its base label is filtered out of
remapped, so it could render a stray floating legend on the overlay. Documented as uncommon and deferred.Evidence
Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift:213-215—// TODO: ... could show a stray floating legend here. Uncommon; revisit if it surfaces in practice.Action
Revisit if users report it.