Logitech G19 Keyboard
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
The keyboard is awesome, i bought it a while back and its the best thing ever.
i would recommend it to anyone that asked me
(im finally finding my place in these forums and posting like theres no tomorrow.)
i would recommend it to anyone that asked me
(im finally finding my place in these forums and posting like theres no tomorrow.)
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
Hmm... Intresting, Mechanical or the new-fashioned electric things?
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
i watch DVD's on it while playing games
or i do this http://www.minecraftforum.net/topic/977 ... minecraft/
or i do this http://www.minecraftforum.net/topic/977 ... minecraft/
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
I saw that thread :Djasonw749 wrote:i watch DVD's on it while playing games
or i do this http://www.minecraftforum.net/topic/977 ... minecraft/
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
lol
the main reason i have it is cos im a flash bastard and i like having things that light up for no reason XD
the main reason i have it is cos im a flash bastard and i like having things that light up for no reason XD
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
case in point, i got 
for christmas, then i bought myself this keyboard then my iphone 3G broke so i bought an iPhone 4s

for christmas, then i bought myself this keyboard then my iphone 3G broke so i bought an iPhone 4s
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
Yeah, well did you forget about something called house mortgage?
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
I don't have a mortgage lol my mum pays the mortgage...
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
This discussion has taken a turn for the weird...
And I don't get that much from my job, like £180 a month and I need to use that to buy food every day while at college
And I don't get that much from my job, like £180 a month and I need to use that to buy food every day while at college
-
- Posts: 160
- Joined: 03 Feb 2012, 02:48
Do they have good picture quality?jasonw749 wrote:case in point, i got![]()
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
quite good yea, the main thing i use em for is car journeys and when i go on holiday
-
- Moderator
- Posts: 964
- Joined: 11 Feb 2012, 02:08
Wow, nice keyboard you got there :p
I got the Logitech G110. Very similar to yours, but slightly less cool xD
I got the Logitech G110. Very similar to yours, but slightly less cool xD
-
- Posts: 836
- Joined: 03 Feb 2012, 02:24
20% less?Jorichi wrote:Wow, nice keyboard you got there :p
I got the Logitech G110. Very similar to yours, but slightly less cool xD
Code: Select all
function love.load()
need=20
Jorichicoolness=80
Rbdcoolness=100
coolness='You need '..need..'% more coolness!'
calculating=true
yours='You are '..Jorichicoolness..'% cool!'
rbds='Rainbow Dash is '..Rbdcoolness..'% cool!'
end
function love.keypressed(k)
if k==' ' then
calculating=false
end
end
function love.draw()
if not calculating then
love.graphics.print(coolness,0,20)
love.graphics.print(yours,0,0)
love.graphics.print(rbds,0,10)
else
love.graphics.print('calculating',0,0)
end
end
-
- Moderator
- Posts: 964
- Joined: 11 Feb 2012, 02:08
Yup:jasonw749 wrote:is that the one with the non-color screen?

It's a real awesome keyboard and yours is even better. So I can understand your enthusiasm.
It's perfect for pretty much everything (I bought it for Autodesk Maya 2011, actually).
And I absolutely love the G buttons and the media player control stuff :p
Can't seem to remember what I payed for it... Somewhat around 60 - 70 euro's I guess.
Wish I had yours though :p
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
the game switch thing is good aswell, the one that disables the windows key
-
- Moderator
- Posts: 964
- Joined: 11 Feb 2012, 02:08
No, I actually haven't o.Ojasonw749 wrote:u seen the RGB mod on youtube?
>Video<
And now I need it. Gonna search for one for the G110 :D
I REALLY love the pulse setting they showed.
However, I don't think my lights are as bright in the video though (I believe it was a setting of some sort? Haven't been much in the options and profile stuff of it all though...)
I love it! It's pretty much overused on my G110 (not that I miss that often with typing, but I use the Shift, Alt and Ctrl buttons ALLOT in Maya).jasonw749 wrote:the game switch thing is good as well, the one that disables the windows key
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
that mod is a hardware mod, they have put extra circuit boards in it to allow each color to change individually, normally its not possibleJorichi wrote:No, I actually haven't o.Ojasonw749 wrote:u seen the RGB mod on youtube?
>Video<
And now I need it. Gonna search for one for the G110 :D
I REALLY love the pulse setting they showed.
However, I don't think my lights are as bright in the video though (I believe it was a setting of some sort? Haven't been much in the options and profile stuff of it all though...)I love it! It's pretty much overused on my G110 (not that I miss that often with typing, but I use the Shift, Alt and Ctrl buttons ALLOT in Maya).jasonw749 wrote:the game switch thing is good as well, the one that disables the windows key
-
- Moderator
- Posts: 964
- Joined: 11 Feb 2012, 02:08
Yeah, I just figured that out after a quick google search. You can change the script of the light though (and it's written in Lua!) so I'm gonna fool around with it some time when I get bored. xDjasonw749 wrote:that mod is a hardware mod, they have put extra circuit boards in it to allow each color to change individually, normally its not possible
Perhaps make it change color every time a button is pressed or something.
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
i have a program that allows me to do that i could send you it if you want, ive also got a script that cycles between colors and ill paste that in for you
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
Code: Select all
function OnEvent(event, arg, family)
if event == "PROFILE_ACTIVATED" then ColorCycle() end
end
function ColorCycle()
H, S, L = 0, 240, 120
while not IsModifierPressed("alt") do
SetBacklightColor(HSLtoRGB(H, S, L))
H = H + 1
if H >= 240 then H = 0 end
Sleep(35)
end
end
function HSLtoRGB(H, S, L)
H, S, L = math.min(240, H), math.min(240, S), math.min(240, L)
H, S, L = math.max(0, H), math.max(0, S), math.max(0, L)
R, G, B = 0, 0, 0
if H < 80 then
R = math.min(255, 255 * (80 - H) / 40)
elseif H > 160 then
R = math.min(255, 255 * (H - 160) / 40)
end
if H < 160 then
G = math.min(255, 255 * (80 - math.abs(H - 80)) / 40)
end
if H > 80 then
B = math.min(255, 255 * (80 - math.abs(H - 160)) / 40)
end
if S < 240 then
k = S / 240
R, G, B = R*k, G*k, B*k
k = 128 * (240 - S) / 240
R, G, B = R+k, G+k, B+k
end
k = (120 - math.abs(L - 120)) / 120
R, G, B = R*k, G*k, B*k
if L > 120 then
k = 256 * (L - 120) / 120
R, G, B = R+k, G+k, B+k
end
return R, G, B
end
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
http://www.mediafire.com/?5kfkt54bcb13lqf
iys called G19 glower but im not sure if itll work on the G110 it doesnt use the screen at all just the lights
iys called G19 glower but im not sure if itll work on the G110 it doesnt use the screen at all just the lights
-
- Posts: 199
- Joined: 03 Feb 2012, 21:20
the script is really good. but it cancels if you press alt.