Browse Source

Updating keybindings

pull/9/head
Ryan Reed 1 month ago
parent
commit
d5b6172a42
1 changed files with 12 additions and 9 deletions
  1. +12
    -9
      README.md

+ 12
- 9
README.md View File

@ -9,12 +9,15 @@ This was initially based on Sable Spirit Studio's YT series but has evolved to b
## Key Bindings ## Key Bindings
| Input | Description |
| ----- | ----------- |
| `F5` | Quick Save |
| `F6` | Quick Load |
| `left-mouse-click` | Delete block |
| `right-mouse-click` | Create block |
| `scroll-wheel` | Change selected block (does not show the currently select item in the quickslots yet) |
| `Shift` | Sprint/Run |
| `Ctrl` | Crouch |
| Description | Binding |
| ----------- | ------- |
| Create block | `Right Click` |
| Delete/Remove block | `Left Click` |
| Change selected block (next) | `.` |
| Change selected block (previous) | `,` |
| Change selected block | `Scroll Wheel` |
| Crouch | `Ctrl` |
| Jump | `Space` |
| Quick Load | `F6` |
| Quick Save | `F5` |
| Sprint/Run | `Shift` |

Loading…
Cancel
Save