From 1516a795330c678e04485892ac8a49b37f3804c4 Mon Sep 17 00:00:00 2001 From: Daid Date: Mon, 29 Apr 2024 20:56:20 +0200 Subject: [PATCH] Remove keybinding comflict between lua console and ship voice --- src/gui/hotkeyConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/hotkeyConfig.cpp b/src/gui/hotkeyConfig.cpp index b2ba40c1e4..3b6dbc66fd 100644 --- a/src/gui/hotkeyConfig.cpp +++ b/src/gui/hotkeyConfig.cpp @@ -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"),