Fix misslabeled keys in shortcut dialog

This commit is contained in:
Stepland 2024-03-24 21:46:14 +01:00
parent 91a4e2351d
commit 4e5b3dbca5

View File

@ -2347,8 +2347,8 @@ void feis::display_shortcuts_help(bool& show) {
) {
table_header();
table_shortcut("Play / Pause", "Space");
table_shortcut("Move Backwards In Time", "Down");
table_shortcut("Move Forwards In Time", "Up");
table_shortcut("Move Backwards In Time", "Up");
table_shortcut("Move Forwards In Time", "Down");
table_shortcut("Decrease Snap", "Left");
table_shortcut("Increase Snap", "Right");
ImGui::EndTable();