diff --git a/README.md b/README.md index a061f24..5bb9290 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Key features: - e: open communication channel to nearby astronauts - t: toggle music (NOTE: currently no music is included in the git repo) - m: mute sound effects +- q: enter/exit vehicle - TAB: toggle augmented reality overlay (HUD, low-light amplifier) # System Requirements diff --git a/src/settings.rs b/src/settings.rs index a817bad..6bacf96 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -71,7 +71,7 @@ impl Default for Settings { key_run: KeyCode::KeyR, key_stop: KeyCode::Space, key_interact: KeyCode::KeyE, - key_vehicle: KeyCode::KeyV, + key_vehicle: KeyCode::KeyQ, key_reply1: KeyCode::Digit1, key_reply2: KeyCode::Digit2, key_reply3: KeyCode::Digit3,