doKeyDown method
void
doKeyDown()
Handle switching between copying and moving modes as the Control/Option key is pressed or released.
Implementation
void doKeyDown() {
_i4.callMethod(
this,
'doKeyDown',
[],
);
}