From 9ae66079f749cee37cb0b670275d0cbb9917aec2 Mon Sep 17 00:00:00 2001 From: Jonathan Frey <31900285+FreyJo@users.noreply.github.com> Date: Thu, 3 Feb 2022 09:59:07 -0800 Subject: [PATCH] replay: fix pause key doc (#23697) old-commit-hash: a39e635b5ce271738504abaa84d060c7b26206c0 --- selfdrive/ui/replay/consoleui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/replay/consoleui.cc b/selfdrive/ui/replay/consoleui.cc index fbb9439c90..72e2fcf802 100644 --- a/selfdrive/ui/replay/consoleui.cc +++ b/selfdrive/ui/replay/consoleui.cc @@ -15,7 +15,7 @@ const std::initializer_list> keyboard_shortc {"shift+s", "-10s"}, {"m", "+60s"}, {"shift+m", "-60s"}, - {"p", "Pause/Resume"}, + {"space", "Pause/Resume"}, {"e", "Next Engagement"}, {"d", "Next Disengagement"}, },