Closed yunmikun2 closed 3 years ago
Ah, no, nevermind. It started working like this:
- keyboards:
- "Kingston HyperX Alloy Origins Core"
- "AT Translated Set 2 keyboard"
keymap:
leftctrl: capslock
capslock: leftctrl
rightctrl: enter
enter: rightctrl
layers:
- modifiers:
- capslock
keymap:
m: enter
- modifiers:
- enter
keymap:
m: enter
But it was acting pretty strange while I was experimenting.
What I'm trying to do is to switch
leftctrl
withcapslock
andrightctrl
withenter
and make originalcapslock
in combination withm
key to sendenter
key code (so this last shortcut is working not only in terminal emulator but everywhere in the system).I started with this simple config:
After ensuring this works, I tried to add the Ctrl+M shortcut:
I expected that it would just work, but got only original
capslock
+m
working asenter
. The switching ofleftctsl
andcapslock
was broken.Is it even possible to have this functionality (Ctrl+M) anabled with this tool?