Fondamentalmente, quello che voglio ottenere è il secondo esempio qui:
As an example, we can make the space bar work as an additional ctrl key when held (similar to Space2ctrl) with the following sequence of commands.
O qui:
This little hack for X turns the spacebar key into another control key when used in combination. When used alone, it behaves like the ordinary space bar on the key release event. Especially useful with Emacs.
- Spazio + x dovrebbe inviare Comando + X ,
- mentre Spazio premuto e rilasciato dovrebbe inviare un carattere di spazio.