Page 1 of 1

keyboard.csv, multiple commands on same key?

Posted: Tue Dec 14, 2010 10:06 pm
by Garnier
Is there a way to bind multiple commands to the same key?

I was trying to make it dump the gamedb file any time I viewed the menu.

I tried putting them in a row with commas like this, but it only executes the one in the third column.

Menu,ESC,loadscreen:InGameMenu,dumpgamedb

I tried multiple bindings like this, but it only executes the last one:

Menu,ESC,loadscreen:InGameMenu
MenuStats,ESC,dumpgamedb

I tried passing dumpgamedb as an argument to the menu, hoping perhaps it may be parsed and executed by some oversight:

Menu,ESC,loadscreen:InGameMenu:dumpgamedb


None of these worked. Is there a syntax for combining multiple commands into the same command?

Re: keyboard.csv, multiple commands on same key?

Posted: Tue Dec 14, 2010 11:06 pm
by Marching Thru Georgia
ADukes can give you the definitive answer, but I do not believe csv interpreter handles multiple commands.

Re: keyboard.csv, multiple commands on same key?

Posted: Wed Dec 15, 2010 12:33 am
by norb
You need to send one of the guys on the team a nice Christmas gift to get it on the patch list :)

Re: keyboard.csv, multiple commands on same key?

Posted: Sun Jan 09, 2011 1:37 pm
by user38
The easiest way of binding multiple keys onto one key is to use a Logitech G15 or G19 keyboard, or one of those Nostromo speedpads.

The logitech keyboard allow you to code macros which are extremely helpful for all sorts of work and game related applications. The Nostromo speedpad is designed primarily for first person shooters but it works well for strategy games.