[bindings] Set default shortcut for recent file 3

This was lost in translation between 2 refactors.
This commit is contained in:
Fabrice de Gans 2024-05-03 17:30:51 -07:00
parent 56eb97c846
commit b776509287
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ const std::unordered_map<Command, std::unordered_set<UserInput>>& DefaultInputs(
{
KeyboardInput(WXK_F2, wxMOD_CMD)
}},
{ShortcutCommand(wxID_FILE4),
{ShortcutCommand(wxID_FILE3),
{
KeyboardInput(WXK_F3, wxMOD_CMD)
}},