I'm not having much luck with...
 
  awful.key({ modkey,           }, "o",       awful.client.movetoscreen
),
  awful.key({ modkey, "Shift"   }, "F1",  function (c)
awful.client.movetoscreen(c, 1)   end),
  awful.key({ modkey, "Shift"   }, "F2",  function (c)
awful.client.movetoscreen(c, 2)  end),

All that happens on any keypress is that the mouse jumps to the top left
corner of the current window
 
Regards Dave
 
 

Reply via email to