tsimport {XDSKbd} from '@xds/core/Kbd'
| Guidance | Practices |
|---|---|
| Do | Place shortcuts near the action they trigger — in a tooltip, menu item, or inline instruction. |
| Do | Use mod instead of ctrl or cmd — it automatically adapts to the user's platform. |
| Don't | Use Kbd as the only way to discover an action — shortcuts should supplement visible controls, not replace them. |