Script API - v1.21.0
    Preparing search index...

    Define a (key & modifier) pair for the simple tool activation key binding

    interface ISimpleToolKeyPair {
        button: KeyboardKey;
        buttonModifier: InputModifier;
    }
    Index

    Properties

    button: KeyboardKey
    buttonModifier: InputModifier