document vehicle enter/exit key in README, change to q
This commit is contained in:
parent
f8d0c87664
commit
0a37e523b6
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue