Skip to content

Commit

Permalink
Remove keybinding comflict between lua console and ship voice
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Apr 29, 2024
1 parent 2a77b68 commit 1516a79
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 @@ -79,7 +79,7 @@ Keys::Keys() :
zoom_in("ZOOM_IN", {"wheel:y"}),
zoom_out("ZOOM_OUT"),
voice_all("VOICE_ALL", "Backspace"),
voice_ship("VOICE_SHIP", "Tilde"),
voice_ship("VOICE_SHIP"),

//General
next_station("STATION_NEXT", "Tab"),
Expand Down

0 comments on commit 1516a79

Please sign in to comment.