diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 15:43:22 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 15:43:22 +0200 |
commit | fc879d459e645c2221582d388560426cfcdf9f63 (patch) | |
tree | bc9f156916d370a1b1ee6e825ddacf59162af31e | |
parent | 975f02a60c5bd7e8e1b1c18cf39c24609541a34d (diff) |
xkb: Use right-control for meta
-rw-r--r-- | .xkb/symbols/mango | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index a60f3dc..0f41ea8 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -36,8 +36,7 @@ xkb_symbols "basic" { key <SPCE> { [ space, space, nobreakspace, nobreakspace ] }; - replace key <LFSH> { [ Meta_L ] }; // For Emacs - // replace key <RCTL> { [ Meta_L ] }; // For Emacs + replace key <RCTL> { [ Meta_L ] }; }; partial |