pqrs-org/KE-complex_modifications

Unable to get α working

adamshovav opened this issue · 1 comments

I'd love to have a shortcut for the α character, which is much more useful to me than å. I've tried this, but it hasn't worked yet. Is unicode not supported? It does show up as a valid config.

{ "title": "Alpha Keybinding", "rules": [ { "description": "Change Option+A to Alpha character", "manipulators": [ { "type": "basic", "from": { "key_code": "a", "modifiers": { "mandatory": [ "option" ], "optional": [ "any" ] } }, "to": [ { "unicode": "03b1" } ] } ] } ] }

I just posted a solution for this in the other thread about unicode. In my example, I showed how to do unicode for µ, but it applies to other unicode.

#697