Links:
Install teamspeak3
Install Logitech Gaming Software.
Intstall G-key plugin til teamspeak
Add this script to general profile
function OnEvent(event, arg)
–OutputLogMessage(“event = %s, arg = %s\n”, event, arg);
end
function OnEvent(event, gkey, family)
if gkey == 6 then
if event == “MOUSE_BUTTON_PRESSED” then
OutputDebugMessage(“TS3_PTT_ACTIVATE”)
end
if event == “MOUSE_BUTTON_RELEASED” then
OutputDebugMessage(“TS3_PTT_DEACTIVATE”)
end
end
end