Skip to content

Selection mode keyboard shortcuts

Felipe Borges requested to merge selection-mode-keyboard-shortcuts into master

Introduce Ctrl + A to select all items and Ctrl + Shift + A to undo the selection.

Fixes #16 (closed).

In the future we should port the keyboard shortcuts to simple actions to handle it all in a more organized way. For instance, the current implementation won't open the wizard if CAPSLOCK is ON, etc...

Merge request reports