Files
dotfiles/dot_xkb/symbols/us-escape-grave
LinlyBoi 5157a36630 feat: add custom keyboard layout
We are so back (my keyboard is tiny)
2025-09-26 11:46:01 +03:00

11 lines
295 B
Plaintext

// Custom US layout with Caps Lock as Escape and Escape as Grave (`)
xkb_symbols "basic" {
include "us(altgr-intl)"
name[Group1]="The best keyboard layout ever";
key <CAPS> { [ Escape ] }; // Remap Caps Lock to Escape
key <ESC> { [ grave ] }; // Remap Escape to Grave (`)
};