-
(defsrc (deflayer default (deflayer nav correct me if i am wrong , the layer default is correspond to src layer, so does the nav layer, is there a way to create a layer that is based on layer like "default " or "nav" so, basely do a second map: or eventually i can do things like this: (deflayermap (nav-layer) (deflayermap (default-layer) when on (nav-layer) pressed "," on physic keyboard will output "A" may this is bit like "kmonad" (deflayer phone :source numpad |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The A different project, keymapper, does behave in the described way where you pipe outputs of previous rules into later rules. |
Beta Was this translation helpful? Give feedback.
The
deflayermap
item already combines the Kmonaddefsrc :name
anddeflayer :source
into one. Kmonad doesn't behave in the described way from my reading. Do correct me if I'm wrong. In Kanata you should just do(deflayermap (name) , S-a)
.A different project, keymapper, does behave in the described way where you pipe outputs of previous rules into later rules.