Replies: 4 comments 3 replies
-
I read about (deflocalkeys-linux
ч 32
)
(deflayer main
ч
) When I press the key, it sends Is this possible? Thanks |
Beta Was this translation helpful? Give feedback.
-
Tried the
|
Beta Was this translation helpful? Give feedback.
-
Just a thought, I don't know if what I'm going to suggest is possible: After this is done and works, you would need to set the xkb keymap to the "english with Cyrylic at higher codes". This way when running kanata you would have |
Beta Was this translation helpful? Give feedback.
-
(defsrc caps a b c)
(deflayer english @cr a b c)
(deflayer cyrylic XX @ч @б @в)
(defalias
cr (layer-while-held cyrylic)
compose-key rctl ;; change this accordingly to the compose-key you've set
ч (macro @compose-key q a)
б (macro @compose-key q b)
в (macro @compose-key q c)
;; repeat for every cyrylic key
)
Edit: Unfortunately it appears that it uses the same underlying mechanism as |
Beta Was this translation helpful? Give feedback.
-
As a solution I'm using а "qwerty" layer + XKB for changing the layout to Cyrillic, which is not optimal. Would be great if I can configure the Cyrillic layout in kanata. The XKB configuration is a little bit non-intuitive.
Can I have a Cyrillic using the Unicode codes?
Beta Was this translation helpful? Give feedback.
All reactions