Skip to content

Commit

Permalink
xkb: disable compose and unbind alt char key as best as I can
Browse files Browse the repository at this point in the history
This was messing with me in UFO 50, since I used Right-Alt and
Right-Control for the second player's inputs. This functionally gets rid
of the alternate character and compose binds, so I can bind those keys
normally.
  • Loading branch information
llakala committed Nov 28, 2024
1 parent c8c998f commit eb0699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/features/xkb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in
xkb-options =
[
"terminate:ctrl_alt_bksp"
"compose:rctrl" # Right control --> weird characters
"lv3:rwin_switch"
];
sources = lib.singleton # Override gnome to use our custom layout, required
(
Expand Down

0 comments on commit eb0699b

Please sign in to comment.