todo-tree icon indicating copy to clipboard operation
todo-tree copied to clipboard

Keyboard shortcut to focus/unfocus the TODO tree

Open jpmvferreira opened this issue 1 year ago • 1 comments

Looking at the available keyboard shortcuts, I cannot find any where the TODO tree will be focused if it is currently not focused, opening it if necessary, and will focus the editor if it happens to be focused.

This would be very convenient for a user with a keyboard-focused workflow.

Such a behavior already exists for the file explorer, which can be set with

{
  "key": "ctrl+shift+e",
  "command": "workbench.view.explorer",
  "when": "viewContainer.workbench.view.explorer.enabled"
}

although I don't know how to replicate this behavior in TODO tree.

Would it be possible to create something like that?

jpmvferreira avatar Feb 13 '24 19:02 jpmvferreira

+1 I would like this feature.

NONODOKA avatar Apr 24 '24 10:04 NONODOKA