You can already update to the latest version from the github repo: https://github.com/Armada651/gkey_plugin/releases/tag/v1.1
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: Armada651; Keyword(s):
You can already update to the latest version from the github repo: https://github.com/Armada651/gkey_plugin/releases/tag/v1.1
Well, whatever works for you I guess.
You just incremented the version number, you don't actually use the new API yet.
The new API allows you to rebind buttons through the teamspeak interface, so you just need to use your script to...
Unfortunately that is a limitation of the Logitech G-Key SDK. I don't plan to maintain the old method as it wasn't user-friendly and very prone to crashing.
However, since you already have a fork...
It does force you to use a specific profile, but you can just edit that profile to match your default one and make it persistent. You don't need to keep them all assigned as G-Keys.
The teamspeak...
Yes that is also fixed, as this version doesn't use a debugger anymore. It now uses an official SDK to communicate with the Logitech Gaming Software.
I completed the first version, you can download it here while I'm waiting to be confirmed as an add-on developer:
https://github.com/Armada651/gkey_plugin
Note that this version works...
The new API version actually has features for a much better version of the G-Key plugin. I'm working on writing a new version from scratch.
If you want to make a plugin that tries to provide new hotkeys for TeamSpeak you'll have to implement your own hotkey settings dialog and try to reimplement every hotkey action using the Plugin SDK...
Go to page 3 of the manual for a tutorial: http://jules.aerix.nl/wp-content/uploads/downloads/2014/03/G-Key_ReadMe.pdf
I'm back again and I'm thrilled to see I still have loyal users who will even take matters into their own hands. :D
I've updated the plugin, unfortunately the addon pages currently can't be...
+ Included TeamSpeak control plugin. This is part of a project offering the
possibility to control TeamSpeak from another application running on the same
computer, similar to the clientquery...
What kind of install error?
The icon turning red is part of the interface, unfortunately the PluginSDK only does a little communication with the interface so your actions may not be visually represented in the same way that it...
According to the log file the plugin loaded correctly the first time you used it. Removing the 32-bit dll won't have any effect as the 64-bit client will not load plugins with 32-bit suffixes. It...
Time for a new beta version. I rewrote some code to make it cleaner and fixed a few mistakes in the process. I also added two new commands.
I added TS3_BOOKMARK_CONNECT to connect to a bookmarked...
The new version fixes the problem as outlined by Philosound and improves error handling. This should fix any problems regarding PTT not deactivating.
Thank you for the feedback. I'll implement proper detection of the default capture profile, I hope that will fix the problem for everyone. And I will improve the error handlers, because there's...
It probably has to do with the new SQLite database. It looks like it's failing to turn PTT off after the PTT delay even though there are plenty of error handlers that should turn off PTT if anything...
The new version is online and is compatible with the new SQLite settings database.
The Developer Kit no longer exists and was for the old drivers, what you just downloaded were the new Logitech drivers which do support all the things requested here.
The Developer Kit was just...
There is an example on page 8: http://forum.teamspeak.com/showthread.php/64748-Logitech-G-Key-Plugin?p=321860#post321860
Since there seems to be some demand for this feature I'll try and update...
The plugin in the first instance has no reported problems and should be functioning normally. The problem probably lies with the logitech software.
The most recent log of your second install mentions this:
The fact that it contains an entry of the G-Key Plugin is a clear indicator that it is still installed and active.
You need to remove or disable the plugin in the second (DJ) instance, you can't have two instances of TeamSpeak with the G-Key plugin enabled running at the same time.
The second install can't attach to the logitech software, make sure you're not trying to run two instances of TeamSpeak with the G-Key plugin at once. Only one of those two will be able to attach to...
This is a known problem, which is also present on some Windows 7 installations. I'm already using the minimum permissions needed (read-only), maybe there is some way to ask UAC for more permissions....
I've posted an example in the G-Key Plugin thread: http://forum.teamspeak.com/showthread.php/64748-Logitech-G-Key-Plugin?p=321860#post321860
No problem, the plugin was updated yesterday.
I just tested this script on my server and it worked perfectly:
function OnEvent(event, gkey, family)
mkey = GetMKeyState()
if gkey == 1 and mkey == 1 then
if event ==...
This thread was made before the G930 drivers were replaced by the Logitech Gaming Software, the old drivers didn't have a macro feature. Also, by using a plugin you wouldn't have to waste a perfectly...
Please attach the most recent client log as outlined in the opening post, it will allow me to easily see what the problem is.
Please try the example PTT script introduced in the tutorial and attach your most recent client log to your reply as outlined in the opening post. Also, unless you also have a keyboard with G-Keys,...
Forgot to update the header files, the crash should now be fixed.
Download G-Key 0.5.4
Ah, then it is unrelated to the beta. Please reinstall the stable version of the plugin. And I'd like you to post a client log of a session where you are trying to activate PTT, so we can find out...