On Thu, Jul 11, 2002 at 11:34:32AM +0200 or thereabouts, Marco Fioretti wrote: > On Thu, Jul 11, 2002 10:19:17 at 10:19:17AM +0200, Ciprian Popovici wrote: > > > > Here are a few things that I think would be new and I'd personally like > > added, if it's not too much :) > > > > * Mouse events. That is, the ability to assign key combinations to mouse > > events (move, click). I currently use external apps that I call thru exec > > with bbkeys. > > > > I would like that a lot too! > > Marco Fioretti > -- > We are drowning in information but starved for knowledge. > -- John Naisbitt, Megatrends
dito Cycling between last used windows/workspaces would be nice! bbkeys' menu-cycling feature comes handy when choosing among a huge list of windows. But as I tend to run several rxvt's with the same title (i.e. "rxvt"), choosing the right one is a mere guess. What would be nice to solve this is to look upon the window's child processes and display the last one found or the last common process found if child-processes fork again. (Use "ps auxfw" or "pstree" to get an idea.) Or at least an optional feature to display the pid, too. Thanks