Skip to main content
Version: Next

pressThreeKeys

production

Press three keys like CTRL+ALT+DEL

Operating system specific mappings:

  1. Windows: command-key maps to windows-key

Example:

await aui.pressThreeKeys('control', 'command' 'space').exec();

  • @param {MODIFIER_KEY} first_key - A modifier key
  • @param {MODIFIER_KEY} second_key - A modifier key
  • @param {PC_KEY} third_key - A key