- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Key configurat ion questions
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-04-2009
04:33 AM
- last edited on
02-04-2009
11:08 AM
by
CharlesB
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
Re: Key configurat ion questions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-04-2009 11:12 AM
Re: Key configurat ion questions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-04-2009 11:40 AM
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.
Re: Key configurat ion questions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-04-2009 11:53 AM

