interface KeyTransform {
    convert(key): Key;
    invert(key): Key;
}

Methods

Methods