[Feature Request] forward keyboard press events
Open
- Dominant language
- TypeScript
- Stars
- 6.4k
- Forks
- 128
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
Sometimes, when running service tasks, interacting with a service is desired.
e.g: When running tests with [Vitest](https://vitest.dev/) or Jest, I can type `a` to retry all tests or do complex operations like filter out tests to run ...
I suggest we forward keyboard events to all service commands (and their service dependencies) with maybe an option to `stopPropagation` to stop events from reaching dependencies of a service.
Contributor guide
Assessment
This issue has not been assessed yet.