Author Topic: Game mode?  (Read 1098 times)

0 Members and 1 Guest are viewing this topic.

Offline slueth

  • Thread Starter
  • Posts: 577
Game mode?
« on: Sat, 29 October 2011, 18:14:29 »
Anyone know how to turn the game mode on the cmstorm keyboard? that windows lock?

Offline laffindude

  • Posts: 1521
  • ( ̽ ¬ ˳¬)
Game mode?
« Reply #1 on: Sat, 29 October 2011, 18:20:32 »
Fn + f9

Offline slueth

  • Thread Starter
  • Posts: 577
Game mode?
« Reply #2 on: Sat, 29 October 2011, 18:41:23 »
OOH! I didn't see the fn button doh!.

Offline dorkvader

  • Posts: 6288
  • Location: Boston area
  • all about the "hack" in "geekhack"
Game mode?
« Reply #3 on: Sat, 29 October 2011, 20:09:14 »
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.

Offline insilica

  • Posts: 259
  • Location: GCHQ
  • Keyboard Geeza
Game mode?
« Reply #4 on: Sun, 30 October 2011, 06:58:20 »
Quote from: dorkvader;442017
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]:
Code: [Select]
add mod3 = Scroll_Lock

4] run xmodmap ~/.Xmodmap

5] add [4] to ~/.xinitrc or whatever runs your startup
FreeBSD :: Gentoo :: Arch :: [Project Roswell] :: U2410 Eyefinity :: WC P280 :: 3930K [C2] (4.5GHz)
ASUS Maximus IV :: 64GB Vengeance :: MSI 7970 xFire ::  Seasonic 1KW :: M4 256GB

REALFORCE 87U Silent (Variable) | Filco Majestouch 2 Ninja TKL (Brown) | FC660C

Offline slueth

  • Thread Starter
  • Posts: 577
Game mode?
« Reply #5 on: Sun, 30 October 2011, 07:02:20 »
Wow thanks insilica :D useful!

Offline dorkvader

  • Posts: 6288
  • Location: Boston area
  • all about the "hack" in "geekhack"
Game mode?
« Reply #6 on: Sun, 30 October 2011, 11:08:56 »
Yeah, thanks! I didn't know that was possible with xmodmap.