I'm trying to swap my ctrl and super keys. I currently have successfully mapped the super keys to ctrl, now I need to map the ctrl keys to super, but I can't find a way to do so.
Current code:
! Map both super to ctrl
remove mod4 = Super_R
add control = Super_R
remove mod4 = Super_L
add control = Super_L
! Map both ctrl to super
! ?
Thanks in advance.