Is there an easy way to assign a combo key to a macro?

I want to override a behaviour that OS captures and send another combo keys.
For example I want to say when user holds Ctrl and Tab I want to run specific macro.
How can I define the combo keys (Ctrl+Tab)? Note that Ctrl is not activating a layer.

Another example I want to say when user holds A+C I wan to run specific macro. How can I do that?

See the macro commands documentation:

Search for ifShortcut.

E.g., you could bind this onto your Control:

ifShortcut tab final tapKey a
holdKey iLC
3 Likes

See also the discussion at Chorded Escape (`q`+`w`) - example configuration & feature brainstorming for some other example of combo macros.

3 Likes