Game Development Community

Beta3: keybinding for Run Game

by Alex Rice · in Torque Game Builder · 05/16/2006 (9:34 pm) · 3 replies

Seems like Ctrl R should be bound to Run Game instead of "Resources..."

thanks

#1
05/17/2006 (8:15 am)
The most logical button for Run Game to me would be F5, like most tools.
#2
05/17/2006 (3:16 pm)
Yeah that would make more sense :-)
#3
05/18/2006 (4:35 pm)
This works!
GlobalActionMap.bindCmd(keyboard, "f5", "", "runGame();");