I am using xfce4 and I am trying to do the following: I wanna keep the Left Ctrl as is while also making the Left Alt act as a ctrl and the win button act as an alt (I don't need the win button)
I've tried to do these in terminal:
setxkbmap -option altwin:ctrl_alt_win
then this:
setxkbmap -option ctrl:aa_ctrl
But now the Left Ctrl actually does two things at once: Ctrl and win action
(If I press it in emacs I get C-s-)
How do I simply just do that mapping?