houmain / keymapper

A cross-platform context-aware key remapper.
GNU General Public License v3.0
257 stars 21 forks source link

Allow to add strings to output expressions #78

Closed houmain closed 7 months ago

houmain commented 8 months ago

It should be allowed to add strings to output expressions. To allow e.g.

A >> "Hello"

instead of

A >> Shift{H} E L L O

The current keyboard layout should be respected.

# map from current layout to english
Equal >> '='
Minus >> '-'
houmain commented 7 months ago

This is implemented in version 3.1.0.