Re: [dev] [wmii] rumai qwerty keys overlap

2009-10-05 Thread Suraj Kurapati
On Mon, Oct 5, 2009 at 1:49 PM, Nathan Neff wrote: > 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: |

Re: [dev] [wmii] rumai qwerty keys overlap

2009-10-05 Thread Nathan Neff
On Mon, Oct 5, 2009 at 3:12 PM, Suraj Kurapati wrote: > On Mon, Oct 5, 2009 at 1:01 PM, Suraj Kurapati wrote: > > On Mon, Oct 5, 2009 at 7:34 AM, Nathan Neff > wrote: > >> {mod}-t is bound to focus previous client > >> {mod}-{up} is bound to "focus view chosen from a menu" > > > > Thanks, this

Re: [dev] [wmii] rumai qwerty keys overlap

2009-10-05 Thread Suraj Kurapati
On Mon, Oct 5, 2009 at 1:01 PM, Suraj Kurapati wrote: > On Mon, Oct 5, 2009 at 7:34 AM, Nathan Neff 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/87bf25e

Re: [dev] [wmii] rumai qwerty keys overlap

2009-10-05 Thread Suraj Kurapati
On Mon, Oct 5, 2009 at 7:34 AM, Nathan Neff wrote: > I'm trying out the qwerty branch of http://github.com/sunaku/wmiirc > > I think that the {mod}-t and {mod}-{up} keys overlap > > {mod}-t is bound to focus previous client > {mod}-{up} is bound to "focus view chosen from a menu" Thanks, this has