Skip to content

Commit

Permalink
Fix duplicate default keybind for Science and Relay (daid#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
parracodea authored and Tsht committed Oct 12, 2024
1 parent 4f60c76 commit a604ec3
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 a604ec3

Please sign in to comment.