Jump to content
Sign in to follow this  
UltimateOreo

Binding keys in CSS

Recommended Posts

Binding keys in CSS is actually very simple.

First, you have to enable the developers console-

Go to the CSS Main Menu>Options>Keyboard>Advanced; select "Enable Developer Console" Click Ok.

Now, tap the ` key to open your developers console.

Now, this is the basic syntax that you need to use when binding keys in the console-

bind key "command"

For example, binding the command to bring your admin menu up to F1 would look this-

bind f1 "admin"

If you wanted to change the key that you pressed to make your admin menu popup, you would simply change F1 to any number or Fkey on your computer.

This is a VERY basic tutorial guided on getting our admins setup easily. If you want to try and get into this more advanced, try this link- http://www.google.co...b...mp;aq=f&oq=

Edited by Mimic

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...