From 19120d4f9761c67d99ed1ce3da6084b83f5a49c9 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 30 Aug 2025 19:22:59 +0200 Subject: Linux-specific dotfiles --- .config/xkb/symbols/custom-us | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .config/xkb/symbols/custom-us (limited to '.config/xkb') diff --git a/.config/xkb/symbols/custom-us b/.config/xkb/symbols/custom-us deleted file mode 100644 index 9faa2e9..0000000 --- a/.config/xkb/symbols/custom-us +++ /dev/null @@ -1,27 +0,0 @@ -// Clear existing modifiers -//default partial modifier_keys -partial alphanumeric_keys -xkb_symbols "basic" { - include "us(basic)" - - // Define a custom modifier (Mode_switch) - modifier_map Mod5 { }; - - // Remap Caps Lock to AltGr (ISO_Level3_Shift) and clear other modifiers - key { - type[Group1] = "ONE_LEVEL", - symbols[Group1] = [ ISO_Level3_Shift ], - actions[Group1] = [ SetMods(modifiers=Mod5) ] - }; - - // Remap h, j, k, l to arrow keys when Mode_switch is active and clear other modifiers - key { [ h, H, Left ] }; - key { [ j, J, Down ] }; - key { [ k, K, Up ] }; - key { [ l, L, Right ] }; - - key { [ w, W, Up ] }; - key { [ a, A, Left ] }; - key { [ s, S, Down ] }; - key { [ d, D, Right ] }; -}; -- cgit v1.2.3