replay: fix pause key doc (#23697)

pull/23698/head
Jonathan Frey 3 years ago committed by GitHub
parent 5a9657cad5
commit a39e635b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/replay/consoleui.cc

@ -15,7 +15,7 @@ const std::initializer_list<std::pair<std::string, std::string>> keyboard_shortc
{"shift+s", "-10s"},
{"m", "+60s"},
{"shift+m", "-60s"},
{"p", "Pause/Resume"},
{"space", "Pause/Resume"},
{"e", "Next Engagement"},
{"d", "Next Disengagement"},
},

Loading…
Cancel
Save