windows key is mod, still want to use alt for some combos [closed]
I have my windows key (Mod4) as $mod, but I want to use my Alt key for some key combinations (a few that don't conflict with emacs).
Here's the snippet of my config that I wish would work, but isn't:
#alternative switch to workspace:
bindsym Alt+1 workspace 1
bindsym Alt+2 workspace 2
bindsym Alt+3 workspace 3
bindsym Alt+4 workspace 4
bindsym Alt+5 workspace 5
bindsym Alt+6 workspace 6
bindsym Alt+7 workspace 7
bindsym Alt+8 workspace 8
bindsym Alt+9 workspace 9
bindsym Alt+0 workspace 10
Am I doing something wrong?
This is essentially a duplicate of this question: https://faq.i3wm.org/question/6212/modshifta-works-strgalta-doesnt/