25 Jul 2012 14:25
'Shift_L + Shift_R' keybinding
<x.piter <at> gmail.com>
2012-07-25 12:25:23 GMT
2012-07-25 12:25:23 GMT
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.
RSS Feed