From 5306864b3f626d8750b280c079c9e6e9f2db266d Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 25 Dec 2024 23:05:18 +0100 Subject: [PATCH] docs(KeyboardControls): fix wording/formatting --- docs/guide/controls/keyboard-controls.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/guide/controls/keyboard-controls.md b/docs/guide/controls/keyboard-controls.md index ffd1d1c1d..35c9c42a7 100644 --- a/docs/guide/controls/keyboard-controls.md +++ b/docs/guide/controls/keyboard-controls.md @@ -10,13 +10,11 @@ * Arrow keys ::: info -:memo: KeyboardControls uses `PointerLockControls` under the hood, meaning you can use [all the props from ``](pointer-lock-controls#props) as well as it events. +`` uses `` under the hood. You can use [`` props and events](pointer-lock-controls#props). ::: ## Usage -You can use the ASDW or the arrows keys to move and your mouse to explore your scene. - ```vue{3,10}