1

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?

Fingolfin
  • 133

1 Answers1

1

I found an amazing answer to this here: How do I swap Escape and Caps Lock.

The answer was to install Tweak. It worked like a charm for me in swapping Caps Lock with Control.

I tried the setxkbmap route and couldn't get it to work, but Tweak worked fine.

BTW, if you are like me, you'll also want to know that the command below will fix your options in setxkbmap that are now probably all screwed up (not that it seems to have an impact):

setxkbmap -option ''
ptdecker
  • 11
  • 1