[bindings] Set default shortcut for recent file 3
This was lost in translation between 2 refactors.
This commit is contained in:
parent
56eb97c846
commit
b776509287
|
@ -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)
|
||||
}},
|
||||
|
|
Loading…
Reference in New Issue