Skip to content

Commit

Permalink
Fix duplicate default keybind for Science and Relay (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
parracodea authored Mar 31, 2024
1 parent 29a9a77 commit 7307607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/hotkeyConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Keys::Keys() :
station_weapons("STATION_WEAPONS", "F3"),
station_engineering("STATION_ENGINEERING", "F4"),
station_science("STATION_SCIENCE", "F5"),
station_relay("STATION_RELAY", "F5"),
station_relay("STATION_RELAY", "F6"),

//Main screen
mainscreen_forward("MAINSCREEN_FORWARD", "Up"),
Expand Down

0 comments on commit 7307607

Please sign in to comment.