Reply
Logi Nu
Chunkylover77
Posts: 3
Registered: ‎02-04-2009
0

Key configuration questions

[ Edited ]

This is probably something simple but I don't really understand how to program my G13. I want to press a key once for crouch but I want to remain crouching without having to hold the key down. Anyway to do that? This would be for Left 4 Dead. Thx.

 

 

***Moderator notes: split off from thread, added new title

Message Edited by CharlesB on 02-04-2009 11:08 AM
Moderator
CharlesB
Posts: 4,196
Registered: ‎07-06-2006
0

Re: Key configuration questions

Toggle behaviors in a game actually depend on support recognition in the game. I actually believe L4D has a toggle crouch setting in the preferences of the game.
Logi Browser
oldtaku
Posts: 11
Registered: ‎01-31-2009
0

Re: Key configuration questions

There's no direct way to do this last time I looked, but you can do the following in game:

 

  Options -> Keyboard/Mouse -> Allow Developer Console -> Enabled
 

You only have to do that once.

 

Now hit ` (back tick, usually just to the left of your 1 key) to open the console and type:

 

  bind LCTRL "toggle_duck"

 

where LCTRL is the key you want to bind to crouch toggle, in this case left control key. Then in your G-13 Keyboard Profiler profile for L4D assign one of the G keys to left control (left click the key, Keyboard Assignment, hit the left control key, then okay). Now hitting that G key should toggle crouch.

 

 

Logi Nu
Chunkylover77
Posts: 3
Registered: ‎02-04-2009
0

Re: Key configuration questions

I will try that. Thank you so much.