Logitech G510s G Hub Driver
- Hi, is there any chance that i can use logitech G510S keyboard with G hub? I have read something about this problem but i dont know how to solve it. I can only choose to use old software for my keyboard or new software for my new mice.
- Logitech G510 auto run - auto sprint Pastebin.com DayZ auto run and auto sprint script for Logitech G510 keyboard. Version: 1.0 Created by Durux, admin on EU13 Spongebob Squarepants server. Info: The script uses M1-G8 for auto run and M1-G7 for auto sprint.
Logitech G510 Manual
G510s includes 18 programmable G-keys that make complex actions simple by allowing you to configure up to 54 unique functions across three different modes with three macros per key. With G-keys, instant access to a variety of customizable functions is just a click away. So I got a new keyboard, the G510 and I was wondering how exactly I can use the G-keys 1 through 18 for the Bottom Left, Bottom Right and the two Right Action Bar rows for Warcraft. I've tried checking through Logitech's Key Profiler Program and it only shows the main Hot Bar for assigning macros to. Post added 2012-12-15 at 11:07 PM - I think I've figured it out. The main advantage over other Logitech keyboards is that G510s is the only one that has three column six G-keys each - 18 macro keys total. But you can definitely combine G710+ (which is around $80-$90) and Lo gitech G13 gamepad ($50-$60) to get the same effect (actually more macro keys.
Logitech G510s Mod
functionOnEvent(event, arg) |
if (event 'PROFILE_ACTIVATED') then |
r1, g1, b1 =0, 0, 0 |
end |
if (event 'PROFILE_DEACTIVATED') then |
color( 255, 0, 0, 50) |
end |
if (event 'G_PRESSED'and arg 18) then |
whiletruedo |
color( 255, 0, 0, 50) |
color( 255, 100, 0, 50) |
color( 255, 175, 0, 50) |
color( 255, 255, 0, 50) |
color( 175, 255, 0, 50) |
color( 100, 255, 0, 50) |
color( 0, 255, 0, 50) |
color( 0, 255, 255, 50) |
color( 0, 175, 255, 50) |
color( 0, 80, 255, 50) |
color( 0, 0, 255, 50) |
color( 175, 0, 255, 50) |
color( 255, 0, 255, 50) |
color( 255, 0, 175, 50) |
end |
end |
end |
functioncolor(r2, g2, b2, speed) |
for loop =5, 255, 50do |
SetBacklightColor((r2*loop+r1*(255-loop))/255, (g2*loop+g1*(255-loop))/255, (b2*loop+b1*(255-loop))/255 ,'kb'); |
Sleep(speed) |
end |
r1 = r2 |
g1 = g2 |
b1 = b2 |
end |