Select to view content in your preferred language

4.2 Scene View shortcut keys possible for pan, tilt, and rotate?

1931
2
Jump to solution
01-25-2017 01:37 PM
DavidChrest
Deactivated User

Are there shortcut keys available or a way to program shortcut keys to pan, tilt, and rotate the 3D view in a SceneView?

0 Kudos
1 Solution

Accepted Solutions
UndralBatsukh
Esri Regular Contributor

Hi David, 

SceneView has out of the box key navigation. Check under the SceneView Navigation section in the following document: SceneView | API Reference | ArcGIS API for JavaScript 4.2 

You can also add your own key navigation using SceneView's key-up or key-down events: SceneView | API Reference | ArcGIS API for JavaScript 4.2 

Here is a very simple sample that adds key navigation to MapView:

Add keyboard navigation shortcuts | ArcGIS API for JavaScript 4.2 

View solution in original post

2 Replies
UndralBatsukh
Esri Regular Contributor

Hi David, 

SceneView has out of the box key navigation. Check under the SceneView Navigation section in the following document: SceneView | API Reference | ArcGIS API for JavaScript 4.2 

You can also add your own key navigation using SceneView's key-up or key-down events: SceneView | API Reference | ArcGIS API for JavaScript 4.2 

Here is a very simple sample that adds key navigation to MapView:

Add keyboard navigation shortcuts | ArcGIS API for JavaScript 4.2 

DavidChrest
Deactivated User

Ah yes, I see now. Thanks so much!

David

0 Kudos