mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-06 17:00:26 -04:00
With the move to Action IDs, it doesn't quite make sense anymore for a `Command` to know which keys map to it. This PR removes all `Keys` from `Command`, and any callers to that now instead query the `ActionMap` for that Command's keys. Closes #17160 Closes #13943