How can I increase the speed of the WASD Controls for my WebVR page? Because now it goes really slow.
<a-entity position="0 1.8 0" camera look-controls wasd-controls>
  <a-camera id="camera">
    <a-cursor color="#333" maxDistance="30"></a-cursor>
  </a-camera>
</a-entity>