Hi,
  I try to bind to a key combination something like awful.tag.viewnext but the 
increment must be 3 instead of 1.

As add :
  awful.key({ modkey           }, "Up",       awful.tag.viewidx(3)            ))
to the GlobalKey variable but that does not work.

I test 
awful.key({ modkey           }, "Up",       awful.tag.viewidx(1)            ))
to simulate a awful.tag.viewnext but that does not work too... even if 
awful.tag.viewidx(1) IS awful.tag.viewnext.

Any Idea?

Thierry


-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to