Game Development Community

Hot Key List

by HatHead Rickenbacker · in Site Feedback · 01/09/2008 (10:31 am) · 2 replies

Hello!

When using the demo I was saw an HTML page with a table of all the hots keys but cannot seem to find this very easily now when using the GG site search (i.e. hot key list, hot keys list).

Anyone have a link to this page handy?

Thanks!

#1
01/09/2008 (3:10 pm)
Keystrokes are often programmed in the user interface to display through the help system. Try key F1 when in game. The scripter can hook different pages up to the help system in different UI screens, including the "in the game" screen.
#2
01/09/2008 (3:11 pm)
You can also look at the client/ui/scripts/default.bind.cs
for the normal key bindings. (Special situations like driving a car often swap the normal in-game keys out for special keys when you enter the car, and return to the normal set when you exit the car.)