rvaiya/keyd

What would be the intended way to fallthrough to QWERTY on held Meta

Closed this issue · 1 comments

[qwerty:layout]

[kuntum:layout]
q = v
w = l
...

I have this in my config right now and I want all Meta presses to fall through to QWERTY. Unsure what the intended way to do this would be.

You want something like:

[kuntum:layout]
q = v
w = l

[meta]
q = M-q
l = M-l
# ...