import { LiveDescriptors } from '../types'; export const defaultLiveDescriptors: LiveDescriptors = { introduction: `
Accessibility guide for tree {treeLabel}.
Navigate the tree with the arrow keys. Common tree hotkeys apply. Further keybindings are available:
Renaming the item {renamingItem}.
Use the keybinding {keybinding:abortRenameItem} to abort renaming.
`, searching: `Searching
`, programmaticallyDragging: `Dragging items {dragItems}.
Press the arrow keys to move the drag target.
Press {keybinding:completeProgrammaticDnd} to drop or {keybinding:abortProgrammaticDnd} to abort.
`, programmaticallyDraggingTarget: `Drop target is {dropTarget}.
`, };