If a component is active in the <Navigation /> component and focused, pressing the delete key should remove it from data.
Reliant on microsoft/fast-tooling#14
Notes
This requires testing and integrating the shortcuts service to work in the manual testing application and doing any relevant missing work (such as capturing key events on an element e.g. the <body> element)
Adding a delete key shortcut action for ctrl + delete to remove a component (dictionary item)
If a component is active in the
<Navigation />
component and focused, pressing the delete key should remove it from data.Reliant on microsoft/fast-tooling#14
Notes
<body>
element)