Skip to content
Snippets Groups Projects
Commit 505af2bc authored by Alexander Rose's avatar Alexander Rose
Browse files

fix help for scrollFocus

parent c217aab5
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ export const DefaultTrackballBindings = {
dragFocusZoom: Binding(Trigger(B.Flag.Auxilary, M.create()), 'Focus and zoom the 3D scene by dragging using ${trigger}'),
scrollZoom: Binding(Trigger(B.Flag.Auxilary, M.create()), 'Zoom the 3D scene by scrolling using ${trigger}'),
scrollFocus: Binding(Trigger(B.Flag.Auxilary, M.create({ shift: true })), 'Focus the 3D scene by dragging using ${trigger}'),
scrollFocus: Binding(Trigger(B.Flag.Auxilary, M.create({ shift: true })), 'Focus the 3D scene by scrolling using ${trigger}'),
scrollFocusZoom: Binding.Empty,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment