Hi awesome list.
I cannot figure out a way to define a key binding to simultaneous press of
both Shifts.
if i use this, terminal starts if i press Shift_L alone
awful.key({ "Shift_R", }, "Shift_L",function () awful.util.spawn(terminal) end),
and if i use this than nothing happens
awful.key({ "Shift_R", "Shift_L"} function () awful.util.spawn(terminal) end),
Any recommendations?
Thanks.-- To unsubscribe, send mail to [email protected].
