geekhack
geekhack Community => Keyboards => Topic started by: slueth on Sat, 29 October 2011, 18:14:29
-
Anyone know how to turn the game mode on the cmstorm keyboard? that windows lock?
-
Fn + f9
-
OOH! I didn't see the fn button doh!.
-
Yep, it's pretty cool. You can also change songs, volume, etc. (which also works out of the box for me. A nice surprise)
I'm loving the red lights, too. I need to find out how to make scroll lock light up (and work) in linux.
-
Yep, it's pretty cool. You can also change songs, volume, etc. (which also works out of the box for me. A nice surprise)
I'm loving the red lights, too. I need to find out how to make scroll lock light up (and work) in linux.
1] install xmodmap
2] create ~/.Xmodmap
3] add and save in [2]:
add mod3 = Scroll_Lock
4] run xmodmap ~/.Xmodmap
5] add [4] to ~/.xinitrc or whatever runs your startup
-
Wow thanks insilica :D useful!
-
Yeah, thanks! I didn't know that was possible with xmodmap.