Skip to content
Alex Lementuev edited this page May 5, 2015 · 8 revisions

Hotkeys Binding

Lunar Plugin supports key binding - assigning hot keys to commands and commands chains.

Binding A Key

Usage:

bind <key> [<command>]

Example:

> bind v cvarlist

Focus Scene View and press v:

  c_bool 0
  c_float 10
  c_int 10
  c_string "Some string"
  c_vector2 "0 0"
  c_vector3 "0 0 0"
  c_vector4 "0 0 0 0"

Checking Current Binding

Clone this wiki locally