Shortcut / Hotkeys

All key binding is performed through the CLI

There are two ways to bind keys

  1. For the current instrument and exchange only (default)

  2. Globally, for every instrument and exchange

Most keys will accept a binding, including letters a-z, A-Z and some symbols. Numerical 1,2,3,4... etc keys and special keys such as Escape, Space etc can be used by typing a special code. Enter "bind help" to see the list.

After you successfully bind the key, pressing that key will trigger the command.

You do not need the Terminal CLI window to be open for your keys to function.

You can also configure a Elgato Stream Deck for the Terminal's hotkeys.

Example
Description

bind help

Shows how to use special keys and also examples

bind list

Show all of your global and instrument key bindings On the current instrument only

bind <key> "<command>"

Bind the command (in quotes) to the given key. Note: upper case letter keys are also accepted. On the current instrument only

unbind <key>

Unbind the key On the current instrument only

unbind all

Removes every key binding On the current instrument only

unbind all <exchange>

Removes every key binding for the given exchange e.g. unbind all Binance

bind global <key> "<command>"

Bind the command (in quotes) to the given key. Note: upper case letter keys are also accepted For all instruments

unbind global <key>

Unbind the key For all instruments

unbind global all

Removes every key binding For all instruments

bind export bind import

Option to save your bindings. Saves and loads a .txt file. Useful if moving to another browser or machine.

Last updated