<div dir="ltr">Hello everyone,<br><br>My name is Rocio Vera and I'm a Computer
Engineering student at the University of Buenos Aires (UBA). I'm
currently taking Software Engineering 1, a course where we learn
Smalltalk using Cuis.<br><br>As part of the course, we were asked to
contribute to the Cuis ecosystem, and I thought it would be useful to
add a **keyboard shortcut to run tests with code coverage**. Until now,
the CodeCoverage package only offered this option from the context menu;
my change adds the shortcut `c` (for *coverage*) to the System Browser
panels, in the same way that `t` already exists for "run tests". I also
updated the menu labels to reflect the shortcut, e.g., "Run Tests with
Coverage (c)".<br><br>The change is implemented in the
`CodeCoverageBrowserMenues` class, by populating the shortcut field in
the menu specs (`systemCatListMenuSpec`, `classListMenuSpec`,
`methodCategoriesListMenuSpec`, and `messageListMenuSpec`) and maintaining the registration using `BrowserWindow registerAll:`.<br><br>I've
attached the `.st` file with the modifications. I tested it on CUIS 7.5
(update #7641) with the CodeCoverage package loaded at its current
version.<br><br>I look forward to your comments and suggestions. Thank you very much for your time and help.<br><br>Regards,<br>Rocio Vera<br></div>