diff --git a/src/gltf-component-mappings.js b/src/gltf-component-mappings.js index d036e0e6c14d308ad07f3458f5f937c3dccdfeda..0552e61c854ad7efe6ed5e97020b512ed5d0feac 100644 --- a/src/gltf-component-mappings.js +++ b/src/gltf-component-mappings.js @@ -23,6 +23,7 @@ AFRAME.GLTFModelPlus.registerComponent("shape", "shape"); AFRAME.GLTFModelPlus.registerComponent("visible", "visible"); AFRAME.GLTFModelPlus.registerComponent("spawn-point", "spawn-point"); AFRAME.GLTFModelPlus.registerComponent("hoverable", "hoverable"); +AFRAME.GLTFModelPlus.registerComponent("sticky-zone", "sticky-zone"); AFRAME.GLTFModelPlus.registerComponent("nav-mesh", "nav-mesh", (el, componentName, componentData, gltfPath) => { if (componentData.src) { componentData.src = resolveURL(componentData.src, gltfPath); diff --git a/src/input-mappings.js b/src/input-mappings.js index c6ce52501b479fa5749437db3da0882659129cb5..ccf44110bc74e38ab80de143c11f2dcad50d2a5c 100644 --- a/src/input-mappings.js +++ b/src/input-mappings.js @@ -149,8 +149,7 @@ const config = { m_press: "action_mute", q_press: "snap_rotate_left", e_press: "snap_rotate_right", - v_press: "action_share_screen", - b_press: "action_select_hud_item", + b_press: "action_share_screen", // We can't create a keyboard behaviour with AFIM yet, // so these will get captured by wasd-to-analog2d