Skip to content

Star Trek Online

The Spacebar Attack Bind

The single most-used bind in the game. One key fires your whole first tray in sequence — anything on cooldown is skipped, so pressing it repeatedly keeps every ability rolling without you tracking any of them.

STO · General125 chars
/bind space "+TrayExecByTray 0 0 $$ +TrayExecByTray 0 1 $$ +TrayExecByTray 0 2 $$ +TrayExecByTray 0 3 $$ +TrayExecByTray 0 4"

Where to paste this

  1. Type /bind KEY "command" in chat to attach a command to a key.
  2. Chain with $$ — /bind space "+TrayExecByTray 0 0 $$ +TrayExecByTray 0 1".
  3. Use +TrayExecByTray <tray> <slot>, both counted from zero, to fire a specific ability.
  4. Save everything with /bind_save_file mybinds.txt, which writes to your Star Trek Online Live folder.
  5. Reload it on any character with /bind_load_file mybinds.txt.