Define a key binding for the simple tool activation

interface ISimpleToolKeyBinding {
    binding: KeyBinding;
    info?: KeyBindingInfo;
}

Properties

Properties

binding: KeyBinding