Making control+key combos act the same with different layouts #779
-
I use two layouts in win10 - Colemak-dh for US English (called U_BASE), and U_QWERTY for Cyrillic. What's the recommended way of making ctrl/alt/meta+key combinations act the same regardless of the current layout? I'm pretty sure I'm not the first one with this problem :) The idea I'm considering is to just map UNICODE symbols for each Cyrillic char and use one layout in win, but it's an ugly solution. UPDATE2: Thanks to brilliant suggestions by locknload762 I realized I need to change the behavior of the modifier:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I believe pressing control +
it's lengthy but not ugly. There is the brand new |
Beta Was this translation helpful? Give feedback.
-
Using fake keys for temporary toggle to the QWERTY (ENG) OS layout and then back on modifier key release can be a solution.
|
Beta Was this translation helpful? Give feedback.
Or even without fake keys at all :). Like
qwe-ctl (muti (layer-toggle U_BASE) lctl)
if fake keys are not usable elsewhere.