react-arborist icon indicating copy to clipboard operation
react-arborist copied to clipboard

Configurable keyboard shortcuts

Open jameskerr opened this issue 1 year ago • 9 comments

All the keyboard shortcuts are listed in the DefaultContainer component. I could see how people would want to use their own keybindings.

Something like:

{
  "a": "createLeaf",
  "shift+a": "createInternal"
  "space": "activate",
  "meta+DownArrow": "activate"
}

jameskerr avatar Oct 28 '22 15:10 jameskerr