keyboard.csv, multiple commands on same key?
Posted: Tue Dec 14, 2010 10:06 pm
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?
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?