replay: fix pause key doc (#23697)

old-commit-hash: a39e635b5ce271738504abaa84d060c7b26206c0
This commit is contained in:
Jonathan Frey
2022-02-03 09:59:07 -08:00
committed by GitHub
parent daa3432d01
commit 9ae66079f7
+1 -1
View File
@@ -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"},
},