doKeyUp method

void doKeyUp()

Handle switching between copying and moving modes as the Control/Option key is pressed or released.

Implementation

void doKeyUp() {
  _i4.callMethod(
    this,
    'doKeyUp',
    [],
  );
}