Keyboard Maestro peut le faire de plusieurs manières. Une façon tout à fait extensible consiste à créer une séquence de macros auto-désactivantes, quelque chose comme ceci :
Macro: First Command Key
Trigger: Device Key Command Key
Actions:
Disable Macro "First Command Key"
Enable "Second Command Key"
Pause 3 Seconds <- adjust as necessary
Disable Macro "Second Command Key"
Enable Macro "First Command Key"
et ensuite
Macro: Second Command Key
Trigger: Device Key Command Key
Actions:
Disable Macro "Second Command Key"
Enable "Second Command First Option Key"
Pause 3 Seconds <- adjust as necessary
Disable Macro "Second Command First Option Key"
et ensuite
Macro: Second Command First Option Key
Trigger: Device Key Option Key
Actions:
Disable Macro "Second Command First Option Key"
Enable "Second Command Second Option Key"
Pause 3 Seconds <- adjust as necessary
Disable Macro "Second Command Second Option Key"
et ensuite
Macro: Second Command Second Option Key
Trigger: Device Key Option Key
Actions:
Disable Macro "Second Command Second Option Key"
Perform whatever actions desired.
etc.
L'installation prend quelques minutes, mais vous pouvez la configurer comme vous le souhaitez.