Closed pl643 closed 1 year ago
Most of it should be possible, not very elegant but doable with deadkeys See https://github.com/cajhin/capsicain/wiki/Function%3A-deadkey%28%29
What won't work is the generic modifier combos ("leader key, F" -> Ctrl is applied to the next key). You'd have to create a rule for every specific Ctrl+key combo (like: leader Key, F, S -> ctrl+S
Comment here if you have questions.
Is it possible to use capsicain to do the below mapping?
Leader Key Keyboard - inspired from the vi editor's mapleader feature
Mappings
tapping the \ and the below key will change the state for the next key pressed:
f - ctrl
d - shift
s - alt
a - Winkey
e - sends key
r - return/enter
m - executes macro/combo - a way to send keys sequence or combo
v - vim layer navigation
Example key sequences