0

Sometimes a mouse problem causes a lot of cases in my case list to become selected. This is annoying because I have to manually undo all the checkboxes (even if I use the project-level checkbox it is still annoyingly slow). Is there a keyboard shortcut that I can use to deselect all selected cases?

flag

1 Answer

1

There isn't currently a "clear all selected cases" keyboard shortcut. At least not one that I know of. :)

The good news, is that there's a single JavaScript function you can call that will do exactly what you're looking for: SelectionManager.doUnselectAll();.

So, to get what you're after, you could use BugMonkey to wire up whatever keyboard shortcut you like, and then have it call that function and be all set.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.