Hi,

I use named tag like web, mail, work etc. So i can't use the
MODKEY-number_of_the_tag shortcut to change tag. In addition, the
MODKEY-t-name_of_the_tag is not very fast for high use...


You can use the numbered shortcuts if you don't bother that the numbers are not displayed. This is what I use in wmiirc:

Key $MODKEY-$i
  wmiir xwrite /ctl view "\$(wi_tags | sed -n "${i}p")"
Key $MODKEY-Shift-$i
  wmiir xwrite /client/sel/tags "\$(wi_tags | sed -n "${i}p")"
Key $MODKEY-Control-$i
  wmiir xwrite /client/sel/tags "+\$(wi_tags | sed -n "${i}p")"

Be sure to use Tabs for indentation as in the original wmiirc.

Thomas

Reply via email to