Bind alt+tab to workspace next
Hi community,
I have two small very related questions. A small legend (from xmodmap) for them:
keycode 23 = Left Tab
keycode 50 = Left Alt
1) Can I bind just alt+tab (without $mod) to workspace next
?
I currently have bindcode $mod+23 workspace next
, which is fine, but I felt alt+tab is more natural. Can I do this without $mod? I tried bindcode 23+50 workspace next
, but alt by itself switches workspaces if I do that.
2) The following bind does not work, I am not sure why: bindcode $mod+50+23 workspace prev
. Well, it works: it binds $mod + shift, but not $mod +shift+tab.
Thank you!