replay: fix pause key doc (#23697)

pull/23698/head
Jonathan Frey 2022-02-03 09:59:07 -08:00 committed by GitHub
parent 5a9657cad5
commit a39e635b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"},
},