On Mon, Oct 5, 2009 at 3:12 PM, Suraj Kurapati <sun...@gmail.com> wrote:

> On Mon, Oct 5, 2009 at 1:01 PM, Suraj Kurapati <sun...@gmail.com> wrote:
> > On Mon, Oct 5, 2009 at 7:34 AM, Nathan Neff <nathan.n...@gmail.com>
> wrote:
> >> {mod}-t is bound to focus previous client
> >> {mod}-{up} is bound to "focus view chosen from a menu"
> >
> > Thanks, this has been fixed now:
> >
> >
> http://github.com/sunaku/wmiirc/commit/87bf25ef7335cdbaa74015fe2ba7fc046974a2f6
> >
>
> Sorry, I got my HJKL keys mixed up (I use [left, up, down, right] in
> Dvorak and thought it was the same logical sequence in Qwerty).  Here
> is the corrected commit:
>
>
> http://github.com/sunaku/wmiirc/commit/e62f40731dc5de047d53b654fb340ca2ff51d3fc
>
>
Thanks

However, the mod-j and mod-k keys conflict with the open browser and open
file manager shortcuts.

Can I suggest the following patch?

    ${mod}-i: | # launch a web browser
      launch CONFIG['program']['browser']

    ${mod}-m: | # launch a file manager
      launch CONFIG['program']['filer']

    ${mod}-n: | # launch a note taker
      launch CONFIG['program']['editor']

Reply via email to