add keybinding clear child node

develop
skanehira 5 years ago
parent 19a53b555e
commit 2b766fd0a1

@ -80,6 +80,8 @@ func (t *Tree) SetKeybindings(g *Gui) {
t.GetCurrentNode().SetExpanded(false)
case 'H':
t.GetRoot().CollapseAll()
case 'd':
t.GetCurrentNode().ClearChildren()
case 'L':
t.GetRoot().ExpandAll()
case 'l':

Loading…
Cancel
Save