pressKey
Press one keys like del
Operating system specific mappings:
- Windows:
command-key maps towindows-key
Example:
await aui.pressKey('tab').exec();

- @param {PC_AND_MODIFIER_KEY} key - A key
Press one keys like del
Operating system specific mappings:
command-key maps to windows-keyExample:
await aui.pressKey('tab').exec();
