void icon indicating copy to clipboard operation
void copied to clipboard

Don't exit void when pressing Unselect key

Open Gskartwii opened this issue 4 years ago • 0 comments

Often it happens that when I'm trying to ensure that nothing is selected (by pressing the Unselect key), void exits because indeed nothing was selected. This gives me the burden of checking for a selection before I can start using commands. This PR makes the Unselect key behave consistently.

Gskartwii avatar Jan 18 '21 17:01 Gskartwii