document vehicle enter/exit key in README, change to q

This commit is contained in:
yuni 2024-03-28 17:25:57 +01:00
parent f8d0c87664
commit 0a37e523b6
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ Key features:
- e: open communication channel to nearby astronauts - e: open communication channel to nearby astronauts
- t: toggle music (NOTE: currently no music is included in the git repo) - t: toggle music (NOTE: currently no music is included in the git repo)
- m: mute sound effects - m: mute sound effects
- q: enter/exit vehicle
- TAB: toggle augmented reality overlay (HUD, low-light amplifier) - TAB: toggle augmented reality overlay (HUD, low-light amplifier)
# System Requirements # System Requirements

View file

@ -71,7 +71,7 @@ impl Default for Settings {
key_run: KeyCode::KeyR, key_run: KeyCode::KeyR,
key_stop: KeyCode::Space, key_stop: KeyCode::Space,
key_interact: KeyCode::KeyE, key_interact: KeyCode::KeyE,
key_vehicle: KeyCode::KeyV, key_vehicle: KeyCode::KeyQ,
key_reply1: KeyCode::Digit1, key_reply1: KeyCode::Digit1,
key_reply2: KeyCode::Digit2, key_reply2: KeyCode::Digit2,
key_reply3: KeyCode::Digit3, key_reply3: KeyCode::Digit3,