keyboard-shortcuts
NOTE: This version of the documentation tracks unstable development happening on A-Frame’s
masterbranch. If you wish to try it out, grab the unstable build. Otherwise, head to the documentation for the current 1.7.0 version
The keyboard-shortcuts component toggles global keyboard shortcuts. The
keyboard-shortcuts component applies only to the <a-scene> element.
Example
<a-scene keyboard-shortcuts="enterVR: false; exitVR: false;"></a-scene> |
Properties
| Property | Description | Default Value |
|---|---|---|
| enterVR | Enables the shortcut to press ‘F’ to enter VR. | true |
| exitVR | Enables the shortcut to press ‘Escape’ to exit VR. | true |