//
// Tree controls
//

CONTEXT tree "Generic Tree Controls" "These hotkeys apply to generic tree controls."

tree.moveup		"Move Up"	"Move the current item up one row"	UpArrow
tree.movedown		"Move Down"	"Move the current item down one row"	DownArrow
tree.moveleft		"Move Left"	"Move the current item up one branch"	LeftArrow
tree.moveright		"Move Right"	"Move the current item down one branch"	RightArrow
tree.pageup		"Page Up"	"Scroll up by one page"			PageUp Ctrl+b
tree.pagedown		"Page Down"	"Scroll down by one page"		PageDown Ctrl+f
tree.expandall		"Expand All"	"Expand the current branch and all sub-branches"
tree.delete		"Delete"	"Delete the current branch"		Del
tree.edit		"Edit"		"Edit the text of the current branch"	Enter
tree.sortascending	"Sort Ascending"  "Sort branches in ascending order"	A
tree.sortdescending	"Sort Descending" "Sort branches in descending order"	D
tree.sortnone		"Sort None"	  "Sort branches in natural order"	N
