diff --git a/addons/weather/XEH_postInit.sqf b/addons/weather/XEH_postInit.sqf
index a19e000332..9c32634060 100644
--- a/addons/weather/XEH_postInit.sqf
+++ b/addons/weather/XEH_postInit.sqf
@@ -39,6 +39,19 @@ GVAR(WindInfo) = false;
},
{false},
[37, [true, false, false]], false, 0] call CBA_fnc_addKeybind; // (SHIFT + K)
+["ACE3 Common", QGVAR(WindInfoKey_hold), localize LSTRING(WindInfoKey_hold),
+{
+ // Conditions: canInteract
+ if !([ACE_player, ACE_player, []] call EFUNC(common,canInteractWith)) exitWith {false};
+
+ // Statement
+ [] call FUNC(displayWindInfo);
+},
+{
+ GVAR(WindInfo) = false;
+ (["RscWindIntuitive"] call BIS_fnc_rscLayer) cutText ["", "PLAIN", 2];
+},
+[0, [false, false, false]], false, 0] call CBA_fnc_addKeybind; // (empty default key)
simulWeatherSync;
diff --git a/addons/weather/stringtable.xml b/addons/weather/stringtable.xml
index 0b0ed8fd17..571fa9c25a 100644
--- a/addons/weather/stringtable.xml
+++ b/addons/weather/stringtable.xml
@@ -13,6 +13,18 @@
Zobrazit údaje o větru
Mostrar informação do vento
+
+ Show Wind Info (Toggle)
+ Pokaż inf. o wietrze (przełącz)
+ Показать информацию о ветре (перекл.)
+ Afficher information sur le vent (bascule)
+ Mostrar información del viento (cambiar)
+ Mostra informazioni sul vento (camb.)
+ Zeige Windinformationen (umsch.)
+ Széladatok mutatása (pecek)
+ Zobrazit údaje o větru (přep.)
+ Mostrar informação do vento (alternar)
+
Weather
Pogoda