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

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

Properties

button: KeyboardKey
buttonModifier: InputModifier