How to make space act like as if it were a new modifier key like alt, shift, ctrl

Solution 1:

You can define a custom combination of two keys by using " & " between them.

In this example

space & h:: Send hello

space becomes a prefix key and loses its native function, unless you configure it to perform a new action:

space:: Send {space}