Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hotkey list document #255

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/ProjectGuide/HotkeyList/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Hotkey List

### [VehicleKeyboardInput.cs](https://github.com/tier4/AWSIM/blob/main/Assets/AWSIM/Scripts/Vehicles/VehicleKeyboardInput.cs)

|key|feature|
|:--|:--|
|D| Change drive gear.|
|P| parking gear. |
|R| Reverse gear. |
|N| Neutral gear. |
|1| Left turn signal. |
|2| Right turn signal. |
|3| Hazard. |
|4| Turn signal off. |
|Up arrow| Accelerate. |
|Left arrow| Steering (Left). |
|Right arrow| Steering (Right). |
|Down arrow| Breaking. |

### [FollowCamera.cs](https://github.com/tier4/AWSIM/blob/main/Assets/AWSIM/Scripts/FollowCamera.cs)

|key|feature|
|:--|:--|
|C| Camera rotation on/off toggle. |
|Mouse drag| Rotate Camera angle. |
|Mouse wheel| Zoom in/out of camera. |
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ nav:

- Project guide:
- Directory: ProjectGuide/Directory/index.md
- Hotkey List: ProjectGuide/HotkeyList/index.md
- Scenes: ProjectGuide/Scenes/index.md
- Git Branch: ProjectGuide/GitBranch/index.md
- External Libraries: ProjectGuide/ExternalLibraries/index.md
Expand Down