Using Debian (jessie) and the "awesome" window manager (3.4.15), I can't figure out how to map Ctrl+Alt to a command. I would like to switch my keyboard layout like on a windows box. This is what I do to test the mapping:
awful.key({ "Alt",},"Shift", function ()awful.util.spawn("xfce4-terminal") end),
Of course the aforementioned line us within a
globalkeys = awful.util.table.join( ...
just like the other (working) hotkeys. Has anyone managed to map Alt+Shift as a shortcut?