# Apply config to all keyboards [ids] * # Tap CapsLock for Escape, hold it for Control. # # Right control is mapped to the compose key: # - leftcontrol is bound to emit altgr (rightalt) # - rightalt is bound to the compose key (in KDE shortcuts) # This works well since I don't use altgr/rightalt [main] capslock = overload(control, esc) leftcontrol = layer(altgr) rightalt = layer(nav) [nav] l = pageup ; = pagedown # CTRL+M Enter # CTRL+; Delete # CTRL+H Backspace [control] m = enter ; = delete h = backspace