diff options
| author | void_17 <61356189+void2012@users.noreply.github.com> | 2026-03-02 01:55:17 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 01:55:17 +0700 |
| commit | f5ebb5bfff1c54d031a682dfba1b29f70ffb90df (patch) | |
| tree | 4d24468cfddf2fa08ed52306645840818dfc31d4 | |
| parent | 6850c3b42c0e3919c45011fb4d9e24f839c9a569 (diff) | |
| parent | 82fb9f4e33517ba237042aa250f7d924d9d6b11f (diff) | |
Merge pull request #38 from NEVARLeVrai/main
added Controls info (Keyboard & Mouse) to readme
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -15,6 +15,23 @@ This project contains the source code of Minecraft Legacy Console Edition v1.3.0 - Added fullscreen mode support (toggle using F11) - Disabled V-Sync for better performance - Auto-detect native monitor resolution with DPI awareness, resulting in sharper visuals on high-resolution displays +- Full support for keyboard and mouse input + +## Controls (Keyboard & Mouse) + +- **Movement**: `W` `A` `S` `D` +- **Jump / Fly (Up)**: `Space` +- **Sneak / Fly (Down)**: `Shift` (Hold) +- **Sprint**: `Ctrl` (Hold) +- **Inventory**: `E` +- **Drop Item**: `Q` +- **Crafting**: `C` +- **Toggle View (FPS/TPS)**: `F5` +- **Fullscreen**: `F11` +- **Pause Menu**: `Esc` +- **Attack / Destroy**: `Left Click` +- **Use / Place**: `Right Click` +- **Select Item**: `Mouse Wheel` or keys `1` to `9` ## Build & Run |
